Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetSESARVersionResponse

    Inheritance
    object
    BaseAnswer
    GetSESARVersionResponse
    Inherited Members
    BaseAnswer.Data
    BaseAnswer.Status
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Answer
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class GetSESARVersionResponse : BaseAnswer

    Properties

    CurrentVersion

    The string current version

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

    CurrentVersionID

    The current version ID

    Declaration
    public Guid CurrentVersionID { get; set; }
    Property Value
    Type Description
    Guid

    IsAutoUpdate

    Did the sesar is flag has auto update

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

    NewVersion

    The new version of SESAR

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

    NewVersionID

    The version ID of the new version

    Declaration
    public Guid NewVersionID { get; set; }
    Property Value
    Type Description
    Guid

    Extension Methods

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