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

EnvelopeAttachment More...

Inheritance diagram for DocuSign.eSign.Model.EnvelopeAttachment:

Public Member Functions

 EnvelopeAttachment (string AccessControl=default(string), string AttachmentId=default(string), string AttachmentType=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string Label=default(string), string Name=default(string))
 Initializes a new instance of the EnvelopeAttachment 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 (EnvelopeAttachment other)
 Returns true if EnvelopeAttachment 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]
 Gets or Sets AttachmentType More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string Label [get, set]
 Gets or Sets Label More...
 
string Name [get, set]
 Gets or Sets Name More...
 

Detailed Description

EnvelopeAttachment

Constructor & Destructor Documentation

◆ EnvelopeAttachment()

DocuSign.eSign.Model.EnvelopeAttachment.EnvelopeAttachment ( string  AccessControl = default(string),
string  AttachmentId = default(string),
string  AttachmentType = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  Label = default(string),
string  Name = default(string) 
)
inline

Initializes a new instance of the EnvelopeAttachment class.

Parameters
AccessControlAccessControl.
AttachmentIdAttachmentId.
AttachmentTypeAttachmentType.
ErrorDetailsArray or errors..
LabelLabel.
NameName.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if EnvelopeAttachment instances are equal

Parameters
otherInstance of EnvelopeAttachment to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccessControl

string DocuSign.eSign.Model.EnvelopeAttachment.AccessControl
getset

Gets or Sets AccessControl

◆ AttachmentId

string DocuSign.eSign.Model.EnvelopeAttachment.AttachmentId
getset

Gets or Sets AttachmentId

◆ AttachmentType

string DocuSign.eSign.Model.EnvelopeAttachment.AttachmentType
getset

Gets or Sets AttachmentType

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.EnvelopeAttachment.ErrorDetails
getset

Array or errors.

Array or errors.

◆ Label

string DocuSign.eSign.Model.EnvelopeAttachment.Label
getset

Gets or Sets Label

◆ Name

string DocuSign.eSign.Model.EnvelopeAttachment.Name
getset

Gets or Sets Name


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