Class FileMetaDataReference
Inheritance
FileMetaDataReference
Assembly: SecureExchangesSDK.dll
[Serializable]
public class FileMetaDataReference : INotifyPropertyChanged
Properties
Declaration
public string FileMetaDataID { get; set; }
Property Value
Declaration
public string HashFile { get; set; }
Property Value
Declaration
public string RealFileName { get; set; }
Property Value
Methods
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods