Class TemplateCC
Template document cc user details.
[DataContract]
public class TemplateCC
- Inheritance
-
TemplateCC
- Inherited Members
Constructors
TemplateCC(string, string)
Initializes a new instance of the TemplateCC class.
public TemplateCC(string emailAddress = null, string userId = null)
Parameters
emailAddress
stringGets or sets recipient Email address..
userId
stringGets or sets recipient User Id..
Properties
EmailAddress
Gets or sets recipient Email address.
[DataMember(Name = "emailAddress", EmitDefaultValue = true)]
public string EmailAddress { get; set; }
Property Value
- string
Gets or sets recipient Email address.
UserId
Gets or sets recipient User Id.
[DataMember(Name = "userId", EmitDefaultValue = true)]
public string UserId { get; set; }
Property Value
- string
Gets or sets recipient User Id.
Methods
ToJson()
Returns the JSON string presentation of the object
public virtual string ToJson()
Returns
- string
JSON string presentation of the object