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

EnvelopePublishRequest More...

Inheritance diagram for DocuSign.eSign.Model.EnvelopePublishRequest:

Public Member Functions

 EnvelopePublishRequest (string ApplyConnectSettings=default(string), List< string > EnvelopeIds=default(List< string >), string EnvelopeIdsBase64=default(string))
 Initializes a new instance of the EnvelopePublishRequest 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 (EnvelopePublishRequest other)
 Returns true if EnvelopePublishRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string ApplyConnectSettings [get, set]
 
List< string > EnvelopeIds [get, set]
 
string EnvelopeIdsBase64 [get, set]
 

Detailed Description

EnvelopePublishRequest

Constructor & Destructor Documentation

◆ EnvelopePublishRequest()

DocuSign.eSign.Model.EnvelopePublishRequest.EnvelopePublishRequest ( string  ApplyConnectSettings = default(string),
List< string >  EnvelopeIds = default(List<string>),
string  EnvelopeIdsBase64 = default(string) 
)
inline

Initializes a new instance of the EnvelopePublishRequest class.

Parameters
ApplyConnectSettings.
EnvelopeIds.
EnvelopeIdsBase64.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if EnvelopePublishRequest instances are equal

Parameters
otherInstance of EnvelopePublishRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApplyConnectSettings

string DocuSign.eSign.Model.EnvelopePublishRequest.ApplyConnectSettings
getset

◆ EnvelopeIds

List<string> DocuSign.eSign.Model.EnvelopePublishRequest.EnvelopeIds
getset

◆ EnvelopeIdsBase64

string DocuSign.eSign.Model.EnvelopePublishRequest.EnvelopeIdsBase64
getset


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