Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class LoadSignsTemplateAnswer

    The response of Secure Exchanges server when you try to load the Signs templagte

    Inheritance
    object
    BaseAnswer
    LoadSignsTemplateAnswer
    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 LoadSignsTemplateAnswer : BaseAnswer

    Constructors

    LoadSignsTemplateAnswer()

    Declaration
    public LoadSignsTemplateAnswer()

    LoadSignsTemplateAnswer(Answer)

    Declaration
    public LoadSignsTemplateAnswer(Answer answer)
    Parameters
    Type Name Description
    Answer answer

    Properties

    Template

    The sign template

    Declaration
    public List<SignTemplate> Template { get; set; }
    Property Value
    Type Description
    List<SignTemplate>

    Extension Methods

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