Class BehalfDocument
The behalf documents properties include users who acted on it, activity date, cc details, created date, and so on.
[DataContract]
public class BehalfDocument : Document
- Inheritance
-
BehalfDocument
- Inherited Members
Constructors
BehalfDocument(string, DocumentSenderDetail, List<DocumentCcDetails>, long, long?, string, string, DocumentStatus?, List<DocumentSignerDetails>, long?, bool, List<string>, BehalfOf)
Initializes a new instance of the BehalfDocument class.
public BehalfDocument(string documentId = null, DocumentSenderDetail senderDetail = null, List<DocumentCcDetails> ccDetails = null, long createdDate = 0, long? activityDate = null, string activityBy = null, string messageTitle = null, DocumentStatus? status = null, List<DocumentSignerDetails> signerDetails = null, long? expiryDate = null, bool enableSigningOrder = false, List<string> labels = null, BehalfOf behalf = null)
Parameters
documentIdstringGets or sets the document id..
senderDetailDocumentSenderDetailsenderDetail.
ccDetailsList<DocumentCcDetails>Gets or sets the CC details..
createdDatelongGets or sets the createdDate..
activityDatelong?Gets or sets the activityDate..
activityBystringGets or sets the activityBy..
messageTitlestringGets or sets the messageTitle..
statusDocumentStatus?status.
signerDetailsList<DocumentSignerDetails>Gets or sets the signerDetails..
expiryDatelong?Gets or sets the expiryDate..
enableSigningOrderboolGets or sets a value indicating whether to enable signing order..
labelsList<string>Gets or sets the labels.
behalfBehalfOfGets or sets the behalf details.
Properties
BehalfOf
Gets or sets the behalf detail.
[DataMember(Name = "behalfOf", EmitDefaultValue = false)]
public BehalfOf BehalfOf { get; set; }