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

ScheduledSending More...

Inheritance diagram for DocuSign.eSign.Model.ScheduledSending:

Public Member Functions

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

Properties

string BulkListId [get, set]
 Gets or Sets BulkListId More...
 
string ResumeDate [get, set]
 An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent. More...
 
List< EnvelopeDelayRuleRules [get, set]
 A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified. More...
 
string Status [get, set]
 \&quot;pending\&quot; if the envelope has not yet been sent and the scheduled sending delay has not iniaited. \&quot;started\&quot; if the scheduled sending delay is in progress. \&quot;completed\&quot; if the scheduled sending delay has elapsed and the envelope has been sent. More...
 

Detailed Description

ScheduledSending

Constructor & Destructor Documentation

◆ ScheduledSending()

DocuSign.eSign.Model.ScheduledSending.ScheduledSending ( string  BulkListId = default(string),
string  ResumeDate = default(string),
List< EnvelopeDelayRule Rules = default(List<EnvelopeDelayRule>),
string  Status = default(string) 
)
inline

Initializes a new instance of the ScheduledSending class.

Parameters
BulkListIdBulkListId.
ResumeDateAn ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent..
RulesA list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified..
Status\&quot;pending\&quot; if the envelope has not yet been sent and the scheduled sending delay has not iniaited. \&quot;started\&quot; if the scheduled sending delay is in progress. \&quot;completed\&quot; if the scheduled sending delay has elapsed and the envelope has been sent..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ScheduledSending instances are equal

Parameters
otherInstance of ScheduledSending to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BulkListId

string DocuSign.eSign.Model.ScheduledSending.BulkListId
getset

Gets or Sets BulkListId

◆ ResumeDate

string DocuSign.eSign.Model.ScheduledSending.ResumeDate
getset

An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent.

An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent.

◆ Rules

List<EnvelopeDelayRule> DocuSign.eSign.Model.ScheduledSending.Rules
getset

A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified.

A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified.

◆ Status

string DocuSign.eSign.Model.ScheduledSending.Status
getset

\&quot;pending\&quot; if the envelope has not yet been sent and the scheduled sending delay has not iniaited. \&quot;started\&quot; if the scheduled sending delay is in progress. \&quot;completed\&quot; if the scheduled sending delay has elapsed and the envelope has been sent.

\&quot;pending\&quot; if the envelope has not yet been sent and the scheduled sending delay has not iniaited. \&quot;started\&quot; if the scheduled sending delay is in progress. \&quot;completed\&quot; if the scheduled sending delay has elapsed and the envelope has been sent.


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