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

AccountSignatureDefinition More...

Inheritance diagram for DocuSign.eSign.Model.AccountSignatureDefinition:

Public Member Functions

 AccountSignatureDefinition (DateStampProperties DateStampProperties=default(DateStampProperties), string DisallowUserResizeStamp=default(string), string ExternalID=default(string), string ImageType=default(string), string IsDefault=default(string), string NrdsId=default(string), string NrdsLastName=default(string), string PhoneticName=default(string), string SignatureFont=default(string), List< SignatureGroupDef > SignatureGroups=default(List< SignatureGroupDef >), string SignatureId=default(string), string SignatureInitials=default(string), string SignatureName=default(string), string SignatureType=default(string), List< SignatureUserDef > SignatureUsers=default(List< SignatureUserDef >), string StampFormat=default(string), string StampSizeMM=default(string))
 Initializes a new instance of the AccountSignatureDefinition 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 (AccountSignatureDefinition other)
 Returns true if AccountSignatureDefinition instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

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...
 
string ExternalID [get, set]
 Gets or Sets ExternalID More...
 
string ImageType [get, set]
 Gets or Sets ImageType More...
 
string IsDefault [get, set]
 Gets or Sets IsDefault More...
 
string NrdsId [get, set]
 Gets or Sets NrdsId More...
 
string NrdsLastName [get, set]
 Gets or Sets NrdsLastName More...
 
string PhoneticName [get, set]
 Gets or Sets PhoneticName More...
 
string SignatureFont [get, set]
 Gets or Sets SignatureFont More...
 
List< SignatureGroupDefSignatureGroups [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 SignatureInitials [get, set]
 Gets or Sets SignatureInitials More...
 
string SignatureName [get, set]
 Specifies the user signature name. More...
 
string SignatureType [get, set]
 Gets or Sets SignatureType More...
 
List< SignatureUserDefSignatureUsers [get, set]
 Gets or Sets SignatureUsers More...
 
string StampFormat [get, set]
 Gets or Sets StampFormat More...
 
string StampSizeMM [get, set]
 Gets or Sets StampSizeMM More...
 

Detailed Description

AccountSignatureDefinition

Constructor & Destructor Documentation

◆ AccountSignatureDefinition()

DocuSign.eSign.Model.AccountSignatureDefinition.AccountSignatureDefinition ( DateStampProperties  DateStampProperties = default(DateStampProperties),
string  DisallowUserResizeStamp = default(string),
string  ExternalID = default(string),
string  ImageType = default(string),
string  IsDefault = default(string),
string  NrdsId = default(string),
string  NrdsLastName = default(string),
string  PhoneticName = default(string),
string  SignatureFont = default(string),
List< SignatureGroupDef SignatureGroups = default(List<SignatureGroupDef>),
string  SignatureId = default(string),
string  SignatureInitials = default(string),
string  SignatureName = default(string),
string  SignatureType = default(string),
List< SignatureUserDef SignatureUsers = default(List<SignatureUserDef>),
string  StampFormat = default(string),
string  StampSizeMM = default(string) 
)
inline

Initializes a new instance of the AccountSignatureDefinition class.

Parameters
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.
ExternalIDExternalID.
ImageTypeImageType.
IsDefaultIsDefault.
NrdsIdNrdsId.
NrdsLastNameNrdsLastName.
PhoneticNamePhoneticName.
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..
SignatureInitialsSignatureInitials.
SignatureNameSpecifies the user signature name..
SignatureTypeSignatureType.
SignatureUsersSignatureUsers.
StampFormatStampFormat.
StampSizeMMStampSizeMM.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AccountSignatureDefinition instances are equal

Parameters
otherInstance of AccountSignatureDefinition to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DateStampProperties

DateStampProperties DocuSign.eSign.Model.AccountSignatureDefinition.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.AccountSignatureDefinition.DisallowUserResizeStamp
getset

Gets or Sets DisallowUserResizeStamp

◆ ExternalID

string DocuSign.eSign.Model.AccountSignatureDefinition.ExternalID
getset

Gets or Sets ExternalID

◆ ImageType

string DocuSign.eSign.Model.AccountSignatureDefinition.ImageType
getset

Gets or Sets ImageType

◆ IsDefault

string DocuSign.eSign.Model.AccountSignatureDefinition.IsDefault
getset

Gets or Sets IsDefault

◆ NrdsId

string DocuSign.eSign.Model.AccountSignatureDefinition.NrdsId
getset

Gets or Sets NrdsId

◆ NrdsLastName

string DocuSign.eSign.Model.AccountSignatureDefinition.NrdsLastName
getset

Gets or Sets NrdsLastName

◆ PhoneticName

string DocuSign.eSign.Model.AccountSignatureDefinition.PhoneticName
getset

Gets or Sets PhoneticName

◆ SignatureFont

string DocuSign.eSign.Model.AccountSignatureDefinition.SignatureFont
getset

Gets or Sets SignatureFont

◆ SignatureGroups

List<SignatureGroupDef> DocuSign.eSign.Model.AccountSignatureDefinition.SignatureGroups
getset

Gets or Sets SignatureGroups

◆ SignatureId

string DocuSign.eSign.Model.AccountSignatureDefinition.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.

◆ SignatureInitials

string DocuSign.eSign.Model.AccountSignatureDefinition.SignatureInitials
getset

Gets or Sets SignatureInitials

◆ SignatureName

string DocuSign.eSign.Model.AccountSignatureDefinition.SignatureName
getset

Specifies the user signature name.

Specifies the user signature name.

◆ SignatureType

string DocuSign.eSign.Model.AccountSignatureDefinition.SignatureType
getset

Gets or Sets SignatureType

◆ SignatureUsers

List<SignatureUserDef> DocuSign.eSign.Model.AccountSignatureDefinition.SignatureUsers
getset

Gets or Sets SignatureUsers

◆ StampFormat

string DocuSign.eSign.Model.AccountSignatureDefinition.StampFormat
getset

Gets or Sets StampFormat

◆ StampSizeMM

string DocuSign.eSign.Model.AccountSignatureDefinition.StampSizeMM
getset

Gets or Sets StampSizeMM


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