Class BehalfDocumentRecords
The behalf page records view model.
[DataContract]
public class BehalfDocumentRecords
  - Inheritance
 - 
      
      BehalfDocumentRecords
 
- Inherited Members
 
Constructors
BehalfDocumentRecords(PageDetails, List<BehalfDocument>)
Initializes a new instance of the BehalfDocumentRecords class.
public BehalfDocumentRecords(PageDetails pageDetails = null, List<BehalfDocument> result = null)
  Parameters
pageDetailsPageDetailspageDetails.
resultList<BehalfDocument>Gets or sets the behalf documents result..
Properties
PageDetails
Gets or Sets the behalf page details.
[DataMember(Name = "pageDetails", EmitDefaultValue = false)]
public PageDetails PageDetails { get; set; }
  Property Value
Result
Gets or sets the behalf document results.
[DataMember(Name = "result", EmitDefaultValue = true)]
public List<BehalfDocument> Result { get; set; }
  Property Value
- List<BehalfDocument>
 Gets or sets the documents result.
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
  Returns
- string
 JSON string presentation of the object.