Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class Answer

    Inheritance
    object
    Answer
    CraftEncryptionKeyAnswer
    GetKeysAnswer
    GranttKeyAnswer
    InitializeHandShakeAnswer
    SendReadCodeAnswer
    SetCA42BAnswer
    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.SEMS.SecureExchanges
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class Answer : INotifyPropertyChanged

    Properties

    Data

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

    Status

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

    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