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

RecipientAttachment More...

Inheritance diagram for DocuSign.eSign.Model.RecipientAttachment:

Public Member Functions

 RecipientAttachment (string AttachmentId=default(string), string AttachmentType=default(string), string Data=default(string), string Label=default(string), string Name=default(string), string RemoteUrl=default(string))
 Initializes a new instance of the RecipientAttachment 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 (RecipientAttachment other)
 Returns true if RecipientAttachment instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AttachmentId [get, set]
 Gets or Sets AttachmentId More...
 
string AttachmentType [get, set]
 Gets or Sets AttachmentType More...
 
string Data [get, set]
 Gets or Sets Data More...
 
string Label [get, set]
 Gets or Sets Label More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string RemoteUrl [get, set]
 Gets or Sets RemoteUrl More...
 

Detailed Description

RecipientAttachment

Constructor & Destructor Documentation

◆ RecipientAttachment()

DocuSign.eSign.Model.RecipientAttachment.RecipientAttachment ( string  AttachmentId = default(string),
string  AttachmentType = default(string),
string  Data = default(string),
string  Label = default(string),
string  Name = default(string),
string  RemoteUrl = default(string) 
)
inline

Initializes a new instance of the RecipientAttachment class.

Parameters
AttachmentIdAttachmentId.
AttachmentTypeAttachmentType.
DataData.
LabelLabel.
NameName.
RemoteUrlRemoteUrl.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientAttachment instances are equal

Parameters
otherInstance of RecipientAttachment to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AttachmentId

string DocuSign.eSign.Model.RecipientAttachment.AttachmentId
getset

Gets or Sets AttachmentId

◆ AttachmentType

string DocuSign.eSign.Model.RecipientAttachment.AttachmentType
getset

Gets or Sets AttachmentType

◆ Data

string DocuSign.eSign.Model.RecipientAttachment.Data
getset

Gets or Sets Data

◆ Label

string DocuSign.eSign.Model.RecipientAttachment.Label
getset

Gets or Sets Label

◆ Name

string DocuSign.eSign.Model.RecipientAttachment.Name
getset

Gets or Sets Name

◆ RemoteUrl

string DocuSign.eSign.Model.RecipientAttachment.RemoteUrl
getset

Gets or Sets RemoteUrl


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