Class BehalfDocumentRecords
The behalf page records view model.
Inheritance
System.Object
BehalfDocumentRecords
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class BehalfDocumentRecords : object
Constructors
| Improve this Doc View SourceBehalfDocumentRecords(PageDetails, List<BehalfDocument>)
Initializes a new instance of the BehalfDocumentRecords class.
Declaration
public BehalfDocumentRecords(PageDetails pageDetails = null, List<BehalfDocument> result = null)
Parameters
Type | Name | Description |
---|---|---|
PageDetails | pageDetails | pageDetails. |
List<BehalfDocument> | result | Gets or sets the behalf documents result.. |
Properties
| Improve this Doc View SourcePageDetails
Gets or Sets the behalf page details.
Declaration
public PageDetails PageDetails { get; set; }
Property Value
Type | Description |
---|---|
PageDetails |
Result
Gets or sets the behalf document results.
Declaration
public List<BehalfDocument> Result { get; set; }
Property Value
Type | Description |
---|---|
List<BehalfDocument> | Gets or sets the documents result. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |