DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.PowerFormSendersResponse Class Reference

This object includes information about the users who have sent PowerForms. More...

Inheritance diagram for DocuSign.eSign.Model.PowerFormSendersResponse:

Public Member Functions

 PowerFormSendersResponse (int? EndPosition=default(int?), string NextUri=default(string), List< UserInfo > PowerFormSenders=default(List< UserInfo >), string PreviousUri=default(string), int? ResultSetSize=default(int?), int? StartPosition=default(int?), int? TotalSetSize=default(int?))
 Initializes a new instance of the PowerFormSendersResponse class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (PowerFormSendersResponse other)
 Returns true if PowerFormSendersResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

int EndPosition [get, set]
 The last position in the result set. More...
 
string NextUri [get, set]
 The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. More...
 
List< UserInfoPowerFormSenders [get, set]
 Gets or Sets PowerFormSenders More...
 
string PreviousUri [get, set]
 The postal code for the billing address. More...
 
int ResultSetSize [get, set]
 The number of results returned in this response. More...
 
int StartPosition [get, set]
 Starting position of the current result set. More...
 
int TotalSetSize [get, set]
 The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response. More...
 

Detailed Description

This object includes information about the users who have sent PowerForms.

Constructor & Destructor Documentation

◆ PowerFormSendersResponse()

DocuSign.eSign.Model.PowerFormSendersResponse.PowerFormSendersResponse ( int?  EndPosition = default(int?),
string  NextUri = default(string),
List< UserInfo PowerFormSenders = default(List<UserInfo>),
string  PreviousUri = default(string),
int?  ResultSetSize = default(int?),
int?  StartPosition = default(int?),
int?  TotalSetSize = default(int?) 
)
inline

Initializes a new instance of the PowerFormSendersResponse class.

Parameters
EndPositionThe last position in the result set. .
NextUriThe URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. .
PowerFormSendersPowerFormSenders.
PreviousUriThe postal code for the billing address..
ResultSetSizeThe number of results returned in this response. .
StartPositionStarting position of the current result set..
TotalSetSizeThe total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response..

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.PowerFormSendersResponse.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.PowerFormSendersResponse.Equals ( PowerFormSendersResponse  other)
inline

Returns true if PowerFormSendersResponse instances are equal

Parameters
otherInstance of PowerFormSendersResponse to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.PowerFormSendersResponse.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.PowerFormSendersResponse.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.PowerFormSendersResponse.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EndPosition

int DocuSign.eSign.Model.PowerFormSendersResponse.EndPosition
getset

The last position in the result set.

The last position in the result set.

◆ NextUri

string DocuSign.eSign.Model.PowerFormSendersResponse.NextUri
getset

The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.

The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.

◆ PowerFormSenders

List<UserInfo> DocuSign.eSign.Model.PowerFormSendersResponse.PowerFormSenders
getset

Gets or Sets PowerFormSenders

◆ PreviousUri

string DocuSign.eSign.Model.PowerFormSendersResponse.PreviousUri
getset

The postal code for the billing address.

The postal code for the billing address.

◆ ResultSetSize

int DocuSign.eSign.Model.PowerFormSendersResponse.ResultSetSize
getset

The number of results returned in this response.

The number of results returned in this response.

◆ StartPosition

int DocuSign.eSign.Model.PowerFormSendersResponse.StartPosition
getset

Starting position of the current result set.

Starting position of the current result set.

◆ TotalSetSize

int DocuSign.eSign.Model.PowerFormSendersResponse.TotalSetSize
getset

The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response.

The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response.


The documentation for this class was generated from the following file: