Class SignedDocumentIntegrity
Inheritance
System.Object
SignedDocumentIntegrity
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SignedDocumentIntegrity : INotifyPropertyChanged
Properties
AllMemberSignDocument
Declaration
public bool AllMemberSignDocument { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BlockAddr
Declaration
public string BlockAddr { get; set; }
Property Value
Type |
Description |
System.String |
|
BlockHash
Declaration
public string BlockHash { get; set; }
Property Value
Type |
Description |
System.String |
|
BusinessOwnwer
Declaration
public string BusinessOwnwer { get; set; }
Property Value
Type |
Description |
System.String |
|
CompletedDate
Declaration
public DateTime CompletedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastAddressBlock
Declaration
public string LastAddressBlock { get; set; }
Property Value
Type |
Description |
System.String |
|
LastAddressBlockHash
Declaration
public string LastAddressBlockHash { get; set; }
Property Value
Type |
Description |
System.String |
|
LastDocumentDate
Declaration
public DateTime LastDocumentDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastVersion
Declaration
public bool LastVersion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OtherDocumentMoreRecents
Declaration
public int OtherDocumentMoreRecents { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreviousBlockAddr
Declaration
public string PreviousBlockAddr { get; set; }
Property Value
Type |
Description |
System.String |
|
PreviousBlockHash
Declaration
public string PreviousBlockHash { get; set; }
Property Value
Type |
Description |
System.String |
|
SHA512
Declaration
public string SHA512 { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods