Show / Hide Table of Contents

Class LoadSignsTemplateAnswer

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

Inheritance
System.Object
BaseAnswer
LoadSignsTemplateAnswer
Inherited Members
BaseAnswer.Data
BaseAnswer.Status
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()
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
System.Collections.Generic.List<SignTemplate>

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX