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

DelayedRoutingApiModel More...

Inheritance diagram for DocuSign.eSign.Model.DelayedRoutingApiModel:

Public Member Functions

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

Properties

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 to the recipients associated with the current workflow step or null if the envelope has not yet begun processing the current workflow step. More...
 
List< EnvelopeDelayRuleApiModelRules [get, set]
 A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future for the current workflow step and its associated recipients. Currently only 1 rule may be specified. More...
 
string Status [get, set]
 &quot;pending&quot; if the current workflow step has not been reached and the delay has not yet started. &quot;started&quot; if the delay is in progress. &quot;completed&quot; if the delay has elapsed and the envelope has been sent to the current workflow step&#39;s recipients. More...
 

Detailed Description

DelayedRoutingApiModel

Constructor & Destructor Documentation

◆ DelayedRoutingApiModel()

DocuSign.eSign.Model.DelayedRoutingApiModel.DelayedRoutingApiModel ( string  ResumeDate = default(string),
List< EnvelopeDelayRuleApiModel Rules = default(List<EnvelopeDelayRuleApiModel>),
string  Status = default(string) 
)
inline

Initializes a new instance of the DelayedRoutingApiModel class.

Parameters
ResumeDateAn ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients associated with the current workflow step or null if the envelope has not yet begun processing the current workflow step..
RulesA list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future for the current workflow step and its associated recipients. Currently only 1 rule may be specified..
Status&quot;pending&quot; if the current workflow step has not been reached and the delay has not yet started. &quot;started&quot; if the delay is in progress. &quot;completed&quot; if the delay has elapsed and the envelope has been sent to the current workflow step&#39;s recipients..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DelayedRoutingApiModel instances are equal

Parameters
otherInstance of DelayedRoutingApiModel to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ResumeDate

string DocuSign.eSign.Model.DelayedRoutingApiModel.ResumeDate
getset

An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients associated with the current workflow step or null if the envelope has not yet begun processing the current workflow step.

An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients associated with the current workflow step or null if the envelope has not yet begun processing the current workflow step.

◆ Rules

List<EnvelopeDelayRuleApiModel> DocuSign.eSign.Model.DelayedRoutingApiModel.Rules
getset

A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future for the current workflow step and its associated recipients. 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 sent in the future for the current workflow step and its associated recipients. Currently only 1 rule may be specified.

◆ Status

string DocuSign.eSign.Model.DelayedRoutingApiModel.Status
getset

&quot;pending&quot; if the current workflow step has not been reached and the delay has not yet started. &quot;started&quot; if the delay is in progress. &quot;completed&quot; if the delay has elapsed and the envelope has been sent to the current workflow step&#39;s recipients.

&quot;pending&quot; if the current workflow step has not been reached and the delay has not yet started. &quot;started&quot; if the delay is in progress. &quot;completed&quot; if the delay has elapsed and the envelope has been sent to the current workflow step&#39;s recipients.


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