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: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: 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< SignatureGroup > | SignatureGroups [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 `signatureName` property in the body is used. This allows the use of special characters (such as "&", "<", ">") 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< SignatureUser > | SignatureUsers [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... | |
|
inline |
Initializes a new instance of the AccountSignature class.
AdoptedDateTime | AdoptedDateTime. |
CreatedDateTime | Indicates the date and time the item was created.. |
CustomField | CustomField. |
DateStampProperties | 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: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: The height of the rectangle.. |
DisallowUserResizeStamp | DisallowUserResizeStamp. |
ErrorDetails | Array or errors.. |
ExternalID | ExternalID. |
ImageBase64 | ImageBase64. |
ImageType | ImageType. |
Initials150ImageId | Initials150ImageId. |
InitialsImageUri | Contains the URI for an endpoint that you can use to retrieve the initials image.. |
IsDefault | IsDefault. |
LastModifiedDateTime | The date and time the item was last modified.. |
NrdsId | NrdsId. |
NrdsLastName | NrdsLastName. |
NrdsStatus | NrdsStatus. |
PhoneticName | PhoneticName. |
Signature150ImageId | Signature150ImageId. |
SignatureFont | SignatureFont. |
SignatureGroups | SignatureGroups. |
SignatureId | 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 `signatureName` property in the body is used. This allows the use of special characters (such as "&", "<", ">") 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 | Contains the URI for an endpoint that you can use to retrieve the signature image.. |
SignatureInitials | SignatureInitials. |
SignatureName | Specifies the user signature name.. |
SignatureRights | SignatureRights. |
SignatureType | SignatureType. |
SignatureUsers | SignatureUsers. |
StampFormat | StampFormat. |
StampImageUri | StampImageUri. |
StampSizeMM | StampSizeMM. |
StampType | StampType. |
Status | 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.. |
|
inline |
Returns true if objects are equal
obj | Object to be compared |
|
inline |
Returns true if AccountSignature instances are equal
other | Instance of AccountSignature to be compared |
|
inline |
Gets the hash code
|
inline |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets AdoptedDateTime
|
getset |
Indicates the date and time the item was created.
Indicates the date and time the item was created.
|
getset |
Gets or Sets CustomField
|
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: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: 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: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: The height of the rectangle.
|
getset |
Gets or Sets DisallowUserResizeStamp
|
getset |
Array or errors.
Array or errors.
|
getset |
Gets or Sets ExternalID
|
getset |
Gets or Sets ImageBase64
|
getset |
Gets or Sets ImageType
|
getset |
Gets or Sets Initials150ImageId
|
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.
|
getset |
Gets or Sets IsDefault
|
getset |
The date and time the item was last modified.
The date and time the item was last modified.
|
getset |
Gets or Sets NrdsId
|
getset |
Gets or Sets NrdsLastName
|
getset |
Gets or Sets NrdsStatus
|
getset |
Gets or Sets PhoneticName
|
getset |
Gets or Sets Signature150ImageId
|
getset |
Gets or Sets SignatureFont
|
getset |
Gets or Sets SignatureGroups
|
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 `signatureName` property in the body is used. This allows the use of special characters (such as "&", "<", ">") 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 `signatureName` property in the body is used. This allows the use of special characters (such as "&", "<", ">") 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.
|
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.
|
getset |
Gets or Sets SignatureInitials
|
getset |
Specifies the user signature name.
Specifies the user signature name.
|
getset |
Gets or Sets SignatureRights
|
getset |
Gets or Sets SignatureType
|
getset |
Gets or Sets SignatureUsers
|
getset |
Gets or Sets StampFormat
|
getset |
Gets or Sets StampImageUri
|
getset |
Gets or Sets StampSizeMM
|
getset |
Gets or Sets StampType
|
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.