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

NotificationDefaults More...

Inheritance diagram for DocuSign.eSign.Model.NotificationDefaults:

Public Member Functions

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

Properties

NotificationDefaultSettings ApiEmailNotifications [get, set]
 The default notification settings for envelopes sent by using the console. More...
 
NotificationDefaultSettings EmailNotifications [get, set]
 The default notification settings for envelopes sent by using the API. More...
 

Detailed Description

NotificationDefaults

Constructor & Destructor Documentation

◆ NotificationDefaults()

DocuSign.eSign.Model.NotificationDefaults.NotificationDefaults ( NotificationDefaultSettings  ApiEmailNotifications = default(NotificationDefaultSettings),
NotificationDefaultSettings  EmailNotifications = default(NotificationDefaultSettings) 
)
inline

Initializes a new instance of the NotificationDefaults class.

Parameters
ApiEmailNotificationsThe default notification settings for envelopes sent by using the console..
EmailNotificationsThe default notification settings for envelopes sent by using the API..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if NotificationDefaults instances are equal

Parameters
otherInstance of NotificationDefaults to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApiEmailNotifications

NotificationDefaultSettings DocuSign.eSign.Model.NotificationDefaults.ApiEmailNotifications
getset

The default notification settings for envelopes sent by using the console.

The default notification settings for envelopes sent by using the console.

◆ EmailNotifications

NotificationDefaultSettings DocuSign.eSign.Model.NotificationDefaults.EmailNotifications
getset

The default notification settings for envelopes sent by using the API.

The default notification settings for envelopes sent by using the API.


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