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

Contains details about a signing group. Signing groups enable you to send an envelope to a predefined group of recipients and have any one member of the group sign your documents. When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. More...

Inheritance diagram for DocuSign.eSign.Model.SigningGroup:

Public Member Functions

 SigningGroup (string Created=default(string), string CreatedBy=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string GroupEmail=default(string), string GroupName=default(string), string GroupType=default(string), string Modified=default(string), string ModifiedBy=default(string), string SigningGroupId=default(string), List< SigningGroupUser > Users=default(List< SigningGroupUser >))
 Initializes a new instance of the SigningGroup 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 (SigningGroup other)
 Returns true if SigningGroup instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Created [get, set]
 Gets or Sets Created More...
 
string CreatedBy [get, set]
 Gets or Sets CreatedBy More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string GroupEmail [get, set]
 Gets or Sets GroupEmail More...
 
string GroupName [get, set]
 The name of the group. More...
 
string GroupType [get, set]
 Gets or Sets GroupType More...
 
string Modified [get, set]
 Gets or Sets Modified More...
 
string ModifiedBy [get, set]
 Gets or Sets ModifiedBy More...
 
string SigningGroupId [get, set]
 When set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). More...
 
List< SigningGroupUserUsers [get, set]
 Gets or Sets Users More...
 

Detailed Description

Contains details about a signing group. Signing groups enable you to send an envelope to a predefined group of recipients and have any one member of the group sign your documents. When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature.

Constructor & Destructor Documentation

◆ SigningGroup()

DocuSign.eSign.Model.SigningGroup.SigningGroup ( string  Created = default(string),
string  CreatedBy = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  GroupEmail = default(string),
string  GroupName = default(string),
string  GroupType = default(string),
string  Modified = default(string),
string  ModifiedBy = default(string),
string  SigningGroupId = default(string),
List< SigningGroupUser Users = default(List<SigningGroupUser>) 
)
inline

Initializes a new instance of the SigningGroup class.

Parameters
CreatedCreated.
CreatedByCreatedBy.
ErrorDetailsArray or errors..
GroupEmailGroupEmail.
GroupNameThe name of the group..
GroupTypeGroupType.
ModifiedModified.
ModifiedByModifiedBy.
SigningGroupIdWhen set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once)..
UsersUsers.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SigningGroup instances are equal

Parameters
otherInstance of SigningGroup to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Created

string DocuSign.eSign.Model.SigningGroup.Created
getset

Gets or Sets Created

◆ CreatedBy

string DocuSign.eSign.Model.SigningGroup.CreatedBy
getset

Gets or Sets CreatedBy

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.SigningGroup.ErrorDetails
getset

Array or errors.

Array or errors.

◆ GroupEmail

string DocuSign.eSign.Model.SigningGroup.GroupEmail
getset

Gets or Sets GroupEmail

◆ GroupName

string DocuSign.eSign.Model.SigningGroup.GroupName
getset

The name of the group.

The name of the group.

◆ GroupType

string DocuSign.eSign.Model.SigningGroup.GroupType
getset

Gets or Sets GroupType

◆ Modified

string DocuSign.eSign.Model.SigningGroup.Modified
getset

Gets or Sets Modified

◆ ModifiedBy

string DocuSign.eSign.Model.SigningGroup.ModifiedBy
getset

Gets or Sets ModifiedBy

◆ SigningGroupId

string DocuSign.eSign.Model.SigningGroup.SigningGroupId
getset

When set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).

When set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).

◆ Users

List<SigningGroupUser> DocuSign.eSign.Model.SigningGroup.Users
getset

Gets or Sets Users


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