Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SignedDocumentIntegrity

    Inheritance
    object
    SignedDocumentIntegrity
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.SecureExchanges
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class SignedDocumentIntegrity : INotifyPropertyChanged

    Properties

    AllMemberSignDocument

    Declaration
    public bool AllMemberSignDocument { get; set; }
    Property Value
    Type Description
    bool

    BlockAddr

    Declaration
    public string BlockAddr { get; set; }
    Property Value
    Type Description
    string

    BlockHash

    Declaration
    public string BlockHash { get; set; }
    Property Value
    Type Description
    string

    BusinessOwnwer

    Declaration
    public string BusinessOwnwer { get; set; }
    Property Value
    Type Description
    string

    CompletedDate

    Declaration
    public DateTime CompletedDate { get; set; }
    Property Value
    Type Description
    DateTime

    CreatedDate

    Declaration
    public DateTime CreatedDate { get; set; }
    Property Value
    Type Description
    DateTime

    LastAddressBlock

    Declaration
    public string LastAddressBlock { get; set; }
    Property Value
    Type Description
    string

    LastAddressBlockHash

    Declaration
    public string LastAddressBlockHash { get; set; }
    Property Value
    Type Description
    string

    LastDocumentDate

    Declaration
    public DateTime LastDocumentDate { get; set; }
    Property Value
    Type Description
    DateTime

    LastVersion

    Declaration
    public bool LastVersion { get; set; }
    Property Value
    Type Description
    bool

    OtherDocumentMoreRecents

    Declaration
    public int OtherDocumentMoreRecents { get; set; }
    Property Value
    Type Description
    int

    PreviousBlockAddr

    Declaration
    public string PreviousBlockAddr { get; set; }
    Property Value
    Type Description
    string

    PreviousBlockHash

    Declaration
    public string PreviousBlockHash { get; set; }
    Property Value
    Type Description
    string

    SHA512

    Declaration
    public string SHA512 { get; set; }
    Property Value
    Type Description
    string

    SignatureProcessCreationDate

    Declaration
    public DateTime SignatureProcessCreationDate { get; set; }
    Property Value
    Type Description
    DateTime

    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
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation