Class TemplateGroupSigner
The Group Signer model class.
[DataContract]
public class TemplateGroupSigner
- Inheritance
-
TemplateGroupSigner
- Inherited Members
Constructors
TemplateGroupSigner(string, string)
Initializes a new instance of the GroupSigner class.
public TemplateGroupSigner(string signerEmail = null, string signerName = null)
Parameters
signerEmailstringGets or sets the signer's email address.
signerNamestringGets or sets the signer's full name.
Properties
SignerEmail
Gets or sets the signer's email address.
[DataMember(Name = "signerEmail", EmitDefaultValue = false)]
public string SignerEmail { get; set; }
Property Value
SignerName
Gets or sets the signer's full name.
[DataMember(Name = "signerName", EmitDefaultValue = false)]
public string SignerName { get; set; }
Property Value
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.