Class SenderIdentityList
The sender identity list view model.
Inheritance
System.Object
SenderIdentityList
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class SenderIdentityList : object
Constructors
| Improve this Doc View SourceSenderIdentityList(PageDetails, List<SenderIdentityViewModel>)
Initializes a new instance of the SenderIdentityList class.
Declaration
public SenderIdentityList(PageDetails pageDetails = null, List<SenderIdentityViewModel> result = null)
Parameters
Type | Name | Description |
---|---|---|
PageDetails | pageDetails | pageDetails. |
List<SenderIdentityViewModel> | result | Gets or sets the sender identity list result. |
Properties
| Improve this Doc View SourcePageDetails
Gets or Sets the page details.
Declaration
public PageDetails PageDetails { get; set; }
Property Value
Type | Description |
---|---|
PageDetails |
Result
Gets or sets the sender identity results.
Declaration
public List<SenderIdentityViewModel> Result { get; set; }
Property Value
Type | Description |
---|---|
List<SenderIdentityViewModel> | Gets or sets the sender identity 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. |