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

AccountSignature More...

Inheritance diagram for DocuSign.eSign.Model.AccountSignature:

Public Member Functions

 AccountSignature (string AdoptedDateTime=default(string), string CreatedDateTime=default(string), string CustomField=default(string), DateStampProperties DateStampProperties=default(DateStampProperties), string DisallowUserResizeStamp=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string ExternalID=default(string), string ImageBase64=default(string), string ImageType=default(string), string Initials150ImageId=default(string), string InitialsImageUri=default(string), string IsDefault=default(string), string LastModifiedDateTime=default(string), string NrdsId=default(string), string NrdsLastName=default(string), string NrdsStatus=default(string), string PhoneticName=default(string), string Signature150ImageId=default(string), string SignatureFont=default(string), List< SignatureGroup > SignatureGroups=default(List< SignatureGroup >), string SignatureId=default(string), string SignatureImageUri=default(string), string SignatureInitials=default(string), string SignatureName=default(string), string SignatureRights=default(string), string SignatureType=default(string), List< SignatureUser > SignatureUsers=default(List< SignatureUser >), string StampFormat=default(string), string StampImageUri=default(string), string StampSizeMM=default(string), string StampType=default(string), string Status=default(string))
 Initializes a new instance of the AccountSignature 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 (AccountSignature other)
 Returns true if AccountSignature instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AdoptedDateTime [get, set]
 Gets or Sets AdoptedDateTime More...
 
string CreatedDateTime [get, set]
 Indicates the date and time the item was created. More...
 
string CustomField [get, set]
 Gets or Sets CustomField More...
 
DateStampProperties DateStampProperties [get, set]
 Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - &#x60;DateAreaX&#x60;: The X axis position of the top-left corner. - &#x60;DateAreaY&#x60;: The Y axis position of the top-left corner. - &#x60;DateAreaWidth&#x60;: The width of the rectangle. - &#x60;DateAreaHeight&#x60;: The height of the rectangle. More...
 
string DisallowUserResizeStamp [get, set]
 Gets or Sets DisallowUserResizeStamp More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string ExternalID [get, set]
 Gets or Sets ExternalID More...
 
string ImageBase64 [get, set]
 Gets or Sets ImageBase64 More...
 
string ImageType [get, set]
 Gets or Sets ImageType More...
 
string Initials150ImageId [get, set]
 Gets or Sets Initials150ImageId More...
 
string InitialsImageUri [get, set]
 Contains the URI for an endpoint that you can use to retrieve the initials image. More...
 
string IsDefault [get, set]
 Gets or Sets IsDefault More...
 
string LastModifiedDateTime [get, set]
 The date and time the item was last modified. More...
 
string NrdsId [get, set]
 Gets or Sets NrdsId More...
 
string NrdsLastName [get, set]
 Gets or Sets NrdsLastName More...
 
string NrdsStatus [get, set]
 Gets or Sets NrdsStatus More...
 
string PhoneticName [get, set]
 Gets or Sets PhoneticName More...
 
string Signature150ImageId [get, set]
 Gets or Sets Signature150ImageId More...
 
string SignatureFont [get, set]
 Gets or Sets SignatureFont More...
 
List< SignatureGroupSignatureGroups [get, set]
 Gets or Sets SignatureGroups More...
 
string SignatureId [get, set]
 Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the &#x60;signatureName&#x60; property in the body is used. This allows the use of special characters (such as &quot;&&quot;, &quot;<&quot;, &quot;>&quot;) in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. More...
 
string SignatureImageUri [get, set]
 Contains the URI for an endpoint that you can use to retrieve the signature image. More...
 
string SignatureInitials [get, set]
 Gets or Sets SignatureInitials More...
 
string SignatureName [get, set]
 Specifies the user signature name. More...
 
string SignatureRights [get, set]
 Gets or Sets SignatureRights More...
 
string SignatureType [get, set]
 Gets or Sets SignatureType More...
 
List< SignatureUserSignatureUsers [get, set]
 Gets or Sets SignatureUsers More...
 
string StampFormat [get, set]
 Gets or Sets StampFormat More...
 
string StampImageUri [get, set]
 Gets or Sets StampImageUri More...
 
string StampSizeMM [get, set]
 Gets or Sets StampSizeMM More...
 
string StampType [get, set]
 Gets or Sets StampType More...
 
string Status [get, set]
 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More...
 

Detailed Description

AccountSignature

Constructor & Destructor Documentation

◆ AccountSignature()

DocuSign.eSign.Model.AccountSignature.AccountSignature ( string  AdoptedDateTime = default(string),
string  CreatedDateTime = default(string),
string  CustomField = default(string),
DateStampProperties  DateStampProperties = default(DateStampProperties),
string  DisallowUserResizeStamp = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  ExternalID = default(string),
string  ImageBase64 = default(string),
string  ImageType = default(string),
string  Initials150ImageId = default(string),
string  InitialsImageUri = default(string),
string  IsDefault = default(string),
string  LastModifiedDateTime = default(string),
string  NrdsId = default(string),
string  NrdsLastName = default(string),
string  NrdsStatus = default(string),
string  PhoneticName = default(string),
string  Signature150ImageId = default(string),
string  SignatureFont = default(string),
List< SignatureGroup SignatureGroups = default(List<SignatureGroup>),
string  SignatureId = default(string),
string  SignatureImageUri = default(string),
string  SignatureInitials = default(string),
string  SignatureName = default(string),
string  SignatureRights = default(string),
string  SignatureType = default(string),
List< SignatureUser SignatureUsers = default(List<SignatureUser>),
string  StampFormat = default(string),
string  StampImageUri = default(string),
string  StampSizeMM = default(string),
string  StampType = default(string),
string  Status = default(string) 
)
inline

Initializes a new instance of the AccountSignature class.

Parameters
AdoptedDateTimeAdoptedDateTime.
CreatedDateTimeIndicates the date and time the item was created..
CustomFieldCustomField.
DateStampPropertiesSpecifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - &#x60;DateAreaX&#x60;: The X axis position of the top-left corner. - &#x60;DateAreaY&#x60;: The Y axis position of the top-left corner. - &#x60;DateAreaWidth&#x60;: The width of the rectangle. - &#x60;DateAreaHeight&#x60;: The height of the rectangle..
DisallowUserResizeStampDisallowUserResizeStamp.
ErrorDetailsArray or errors..
ExternalIDExternalID.
ImageBase64ImageBase64.
ImageTypeImageType.
Initials150ImageIdInitials150ImageId.
InitialsImageUriContains the URI for an endpoint that you can use to retrieve the initials image..
IsDefaultIsDefault.
LastModifiedDateTimeThe date and time the item was last modified..
NrdsIdNrdsId.
NrdsLastNameNrdsLastName.
NrdsStatusNrdsStatus.
PhoneticNamePhoneticName.
Signature150ImageIdSignature150ImageId.
SignatureFontSignatureFont.
SignatureGroupsSignatureGroups.
SignatureIdSpecifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the &#x60;signatureName&#x60; property in the body is used. This allows the use of special characters (such as &quot;&&quot;, &quot;<&quot;, &quot;>&quot;) in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID..
SignatureImageUriContains the URI for an endpoint that you can use to retrieve the signature image..
SignatureInitialsSignatureInitials.
SignatureNameSpecifies the user signature name..
SignatureRightsSignatureRights.
SignatureTypeSignatureType.
SignatureUsersSignatureUsers.
StampFormatStampFormat.
StampImageUriStampImageUri.
StampSizeMMStampSizeMM.
StampTypeStampType.
StatusIndicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AccountSignature instances are equal

Parameters
otherInstance of AccountSignature to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AdoptedDateTime

string DocuSign.eSign.Model.AccountSignature.AdoptedDateTime
getset

Gets or Sets AdoptedDateTime

◆ CreatedDateTime

string DocuSign.eSign.Model.AccountSignature.CreatedDateTime
getset

Indicates the date and time the item was created.

Indicates the date and time the item was created.

◆ CustomField

string DocuSign.eSign.Model.AccountSignature.CustomField
getset

Gets or Sets CustomField

◆ DateStampProperties

DateStampProperties DocuSign.eSign.Model.AccountSignature.DateStampProperties
getset

Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - &#x60;DateAreaX&#x60;: The X axis position of the top-left corner. - &#x60;DateAreaY&#x60;: The Y axis position of the top-left corner. - &#x60;DateAreaWidth&#x60;: The width of the rectangle. - &#x60;DateAreaHeight&#x60;: The height of the rectangle.

Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - &#x60;DateAreaX&#x60;: The X axis position of the top-left corner. - &#x60;DateAreaY&#x60;: The Y axis position of the top-left corner. - &#x60;DateAreaWidth&#x60;: The width of the rectangle. - &#x60;DateAreaHeight&#x60;: The height of the rectangle.

◆ DisallowUserResizeStamp

string DocuSign.eSign.Model.AccountSignature.DisallowUserResizeStamp
getset

Gets or Sets DisallowUserResizeStamp

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.AccountSignature.ErrorDetails
getset

Array or errors.

Array or errors.

◆ ExternalID

string DocuSign.eSign.Model.AccountSignature.ExternalID
getset

Gets or Sets ExternalID

◆ ImageBase64

string DocuSign.eSign.Model.AccountSignature.ImageBase64
getset

Gets or Sets ImageBase64

◆ ImageType

string DocuSign.eSign.Model.AccountSignature.ImageType
getset

Gets or Sets ImageType

◆ Initials150ImageId

string DocuSign.eSign.Model.AccountSignature.Initials150ImageId
getset

Gets or Sets Initials150ImageId

◆ InitialsImageUri

string DocuSign.eSign.Model.AccountSignature.InitialsImageUri
getset

Contains the URI for an endpoint that you can use to retrieve the initials image.

Contains the URI for an endpoint that you can use to retrieve the initials image.

◆ IsDefault

string DocuSign.eSign.Model.AccountSignature.IsDefault
getset

Gets or Sets IsDefault

◆ LastModifiedDateTime

string DocuSign.eSign.Model.AccountSignature.LastModifiedDateTime
getset

The date and time the item was last modified.

The date and time the item was last modified.

◆ NrdsId

string DocuSign.eSign.Model.AccountSignature.NrdsId
getset

Gets or Sets NrdsId

◆ NrdsLastName

string DocuSign.eSign.Model.AccountSignature.NrdsLastName
getset

Gets or Sets NrdsLastName

◆ NrdsStatus

string DocuSign.eSign.Model.AccountSignature.NrdsStatus
getset

Gets or Sets NrdsStatus

◆ PhoneticName

string DocuSign.eSign.Model.AccountSignature.PhoneticName
getset

Gets or Sets PhoneticName

◆ Signature150ImageId

string DocuSign.eSign.Model.AccountSignature.Signature150ImageId
getset

Gets or Sets Signature150ImageId

◆ SignatureFont

string DocuSign.eSign.Model.AccountSignature.SignatureFont
getset

Gets or Sets SignatureFont

◆ SignatureGroups

List<SignatureGroup> DocuSign.eSign.Model.AccountSignature.SignatureGroups
getset

Gets or Sets SignatureGroups

◆ SignatureId

string DocuSign.eSign.Model.AccountSignature.SignatureId
getset

Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the &#x60;signatureName&#x60; property in the body is used. This allows the use of special characters (such as &quot;&&quot;, &quot;<&quot;, &quot;>&quot;) in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID.

Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the &#x60;signatureName&#x60; property in the body is used. This allows the use of special characters (such as &quot;&&quot;, &quot;<&quot;, &quot;>&quot;) in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID.

◆ SignatureImageUri

string DocuSign.eSign.Model.AccountSignature.SignatureImageUri
getset

Contains the URI for an endpoint that you can use to retrieve the signature image.

Contains the URI for an endpoint that you can use to retrieve the signature image.

◆ SignatureInitials

string DocuSign.eSign.Model.AccountSignature.SignatureInitials
getset

Gets or Sets SignatureInitials

◆ SignatureName

string DocuSign.eSign.Model.AccountSignature.SignatureName
getset

Specifies the user signature name.

Specifies the user signature name.

◆ SignatureRights

string DocuSign.eSign.Model.AccountSignature.SignatureRights
getset

Gets or Sets SignatureRights

◆ SignatureType

string DocuSign.eSign.Model.AccountSignature.SignatureType
getset

Gets or Sets SignatureType

◆ SignatureUsers

List<SignatureUser> DocuSign.eSign.Model.AccountSignature.SignatureUsers
getset

Gets or Sets SignatureUsers

◆ StampFormat

string DocuSign.eSign.Model.AccountSignature.StampFormat
getset

Gets or Sets StampFormat

◆ StampImageUri

string DocuSign.eSign.Model.AccountSignature.StampImageUri
getset

Gets or Sets StampImageUri

◆ StampSizeMM

string DocuSign.eSign.Model.AccountSignature.StampSizeMM
getset

Gets or Sets StampSizeMM

◆ StampType

string DocuSign.eSign.Model.AccountSignature.StampType
getset

Gets or Sets StampType

◆ Status

string DocuSign.eSign.Model.AccountSignature.Status
getset

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.


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