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

DelayedRouting More...

Inheritance diagram for DocuSign.eSign.Model.DelayedRouting:

Public Member Functions

 DelayedRouting (string ResumeDate=default(string), List< EnvelopeDelayRule > Rules=default(List< EnvelopeDelayRule >), string Status=default(string))
 Initializes a new instance of the DelayedRouting 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 (DelayedRouting other)
 Returns true if DelayedRouting 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< EnvelopeDelayRuleRules [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]
 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More...
 

Detailed Description

DelayedRouting

Constructor & Destructor Documentation

◆ DelayedRouting()

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

Initializes a new instance of the DelayedRouting 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..
StatusIndicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DelayedRouting instances are equal

Parameters
otherInstance of DelayedRouting to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ResumeDate

string DocuSign.eSign.Model.DelayedRouting.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<EnvelopeDelayRule> DocuSign.eSign.Model.DelayedRouting.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.DelayedRouting.Status
getset

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.


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