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

This object contains information about a file or folder in cloud storage. More...

Inheritance diagram for DocuSign.eSign.Model.ExternalFile:

Public Member Functions

 ExternalFile (string Date=default(string), string HasCompositeTemplate=default(string), string Id=default(string), string Img=default(string), string Name=default(string), string OwnerName=default(string), string Size=default(string), string Supported=default(string), string Type=default(string), string Uri=default(string))
 Initializes a new instance of the ExternalFile 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 (ExternalFile other)
 Returns true if ExternalFile instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Date [get, set]
 Gets or Sets Date More...
 
string HasCompositeTemplate [get, set]
 Gets or Sets HasCompositeTemplate More...
 
string Id [get, set]
 Gets or Sets Id More...
 
string Img [get, set]
 Gets or Sets Img More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string OwnerName [get, set]
 Gets or Sets OwnerName More...
 
string Size [get, set]
 Reserved: TBD More...
 
string Supported [get, set]
 Gets or Sets Supported More...
 
string Type [get, set]
 Gets or Sets Type More...
 
string Uri [get, set]
 Gets or Sets Uri More...
 

Detailed Description

This object contains information about a file or folder in cloud storage.

Constructor & Destructor Documentation

◆ ExternalFile()

DocuSign.eSign.Model.ExternalFile.ExternalFile ( string  Date = default(string),
string  HasCompositeTemplate = default(string),
string  Id = default(string),
string  Img = default(string),
string  Name = default(string),
string  OwnerName = default(string),
string  Size = default(string),
string  Supported = default(string),
string  Type = default(string),
string  Uri = default(string) 
)
inline

Initializes a new instance of the ExternalFile class.

Parameters
DateDate.
HasCompositeTemplateHasCompositeTemplate.
IdId.
ImgImg.
NameName.
OwnerNameOwnerName.
SizeReserved: TBD.
SupportedSupported.
TypeType.
UriUri.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ExternalFile instances are equal

Parameters
otherInstance of ExternalFile to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Date

string DocuSign.eSign.Model.ExternalFile.Date
getset

Gets or Sets Date

◆ HasCompositeTemplate

string DocuSign.eSign.Model.ExternalFile.HasCompositeTemplate
getset

Gets or Sets HasCompositeTemplate

◆ Id

string DocuSign.eSign.Model.ExternalFile.Id
getset

Gets or Sets Id

◆ Img

string DocuSign.eSign.Model.ExternalFile.Img
getset

Gets or Sets Img

◆ Name

string DocuSign.eSign.Model.ExternalFile.Name
getset

Gets or Sets Name

◆ OwnerName

string DocuSign.eSign.Model.ExternalFile.OwnerName
getset

Gets or Sets OwnerName

◆ Size

string DocuSign.eSign.Model.ExternalFile.Size
getset

Reserved: TBD

Reserved: TBD

◆ Supported

string DocuSign.eSign.Model.ExternalFile.Supported
getset

Gets or Sets Supported

◆ Type

string DocuSign.eSign.Model.ExternalFile.Type
getset

Gets or Sets Type

◆ Uri

string DocuSign.eSign.Model.ExternalFile.Uri
getset

Gets or Sets Uri


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