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

A complex element that specifies reminder settings for the envelope More...

Inheritance diagram for DocuSign.eSign.Model.Reminders:

Public Member Functions

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

Properties

string ReminderDelay [get, set]
 An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. More...
 
string ReminderEnabled [get, set]
 When set to true, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used. More...
 
string ReminderFrequency [get, set]
 An interger that sets the interval, in days, between reminder emails. More...
 

Detailed Description

A complex element that specifies reminder settings for the envelope

Constructor & Destructor Documentation

◆ Reminders()

DocuSign.eSign.Model.Reminders.Reminders ( string  ReminderDelay = default(string),
string  ReminderEnabled = default(string),
string  ReminderFrequency = default(string) 
)
inline

Initializes a new instance of the Reminders class.

Parameters
ReminderDelayAn interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient..
ReminderEnabledWhen set to true, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used..
ReminderFrequencyAn interger that sets the interval, in days, between reminder emails..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Reminders instances are equal

Parameters
otherInstance of Reminders to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ReminderDelay

string DocuSign.eSign.Model.Reminders.ReminderDelay
getset

An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.

An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.

◆ ReminderEnabled

string DocuSign.eSign.Model.Reminders.ReminderEnabled
getset

When set to true, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used.

When set to true, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used.

◆ ReminderFrequency

string DocuSign.eSign.Model.Reminders.ReminderFrequency
getset

An interger that sets the interval, in days, between reminder emails.

An interger that sets the interval, in days, between reminder emails.


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