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

Contains information about an attachment. More...

Inheritance diagram for DocuSign.eSign.Model.Attachment:

Public Member Functions

 Attachment (string AccessControl=default(string), 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 Attachment 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 (Attachment other)
 Returns true if Attachment instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccessControl [get, set]
 Gets or Sets AccessControl More...
 
string AttachmentId [get, set]
 Gets or Sets AttachmentId More...
 
string AttachmentType [get, set]
 Specifies the type of the attachment for the recipient. 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

Contains information about an attachment.

Constructor & Destructor Documentation

◆ Attachment()

DocuSign.eSign.Model.Attachment.Attachment ( string  AccessControl = default(string),
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 Attachment class.

Parameters
AccessControlAccessControl.
AttachmentIdAttachmentId.
AttachmentTypeSpecifies the type of the attachment for the recipient..
DataData.
LabelLabel.
NameName.
RemoteUrlRemoteUrl.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Attachment instances are equal

Parameters
otherInstance of Attachment to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccessControl

string DocuSign.eSign.Model.Attachment.AccessControl
getset

Gets or Sets AccessControl

◆ AttachmentId

string DocuSign.eSign.Model.Attachment.AttachmentId
getset

Gets or Sets AttachmentId

◆ AttachmentType

string DocuSign.eSign.Model.Attachment.AttachmentType
getset

Specifies the type of the attachment for the recipient.

Specifies the type of the attachment for the recipient.

◆ Data

string DocuSign.eSign.Model.Attachment.Data
getset

Gets or Sets Data

◆ Label

string DocuSign.eSign.Model.Attachment.Label
getset

Gets or Sets Label

◆ Name

string DocuSign.eSign.Model.Attachment.Name
getset

Gets or Sets Name

◆ RemoteUrl

string DocuSign.eSign.Model.Attachment.RemoteUrl
getset

Gets or Sets RemoteUrl


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