Class SignedDocumentIntegrity
Inheritance
SignedDocumentIntegrity
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SignedDocumentIntegrity : INotifyPropertyChanged
Properties
AllMemberSignDocument
Declaration
public bool AllMemberSignDocument { get; set; }
Property Value
BlockAddr
Declaration
public string BlockAddr { get; set; }
Property Value
BlockHash
Declaration
public string BlockHash { get; set; }
Property Value
BusinessOwnwer
Declaration
public string BusinessOwnwer { get; set; }
Property Value
CompletedDate
Declaration
public DateTime CompletedDate { get; set; }
Property Value
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
LastAddressBlock
Declaration
public string LastAddressBlock { get; set; }
Property Value
LastAddressBlockHash
Declaration
public string LastAddressBlockHash { get; set; }
Property Value
LastDocumentDate
Declaration
public DateTime LastDocumentDate { get; set; }
Property Value
LastVersion
Declaration
public bool LastVersion { get; set; }
Property Value
OtherDocumentMoreRecents
Declaration
public int OtherDocumentMoreRecents { get; set; }
Property Value
PreviousBlockAddr
Declaration
public string PreviousBlockAddr { get; set; }
Property Value
PreviousBlockHash
Declaration
public string PreviousBlockHash { get; set; }
Property Value
SHA512
Declaration
public string SHA512 { get; set; }
Property Value
SignatureProcessCreationDate
Declaration
public DateTime SignatureProcessCreationDate { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods