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

Information about shared templates. More...

Inheritance diagram for DocuSign.eSign.Model.TemplateSharedItem:

Public Member Functions

 TemplateSharedItem (ErrorDetails ErrorDetails=default(ErrorDetails), UserInfo Owner=default(UserInfo), string Password=default(string), string Shared=default(string), List< MemberGroupSharedItem > SharedGroups=default(List< MemberGroupSharedItem >), List< UserSharedItem > SharedUsers=default(List< UserSharedItem >), string TemplateId=default(string), string TemplateName=default(string))
 Initializes a new instance of the TemplateSharedItem 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 (TemplateSharedItem other)
 Returns true if TemplateSharedItem instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
UserInfo Owner [get, set]
 Information about the user who owns the template. More...
 
string Password [get, set]
 Gets or Sets Password More...
 
string Shared [get, set]
 When set to true, this custom tab is shared. More...
 
List< MemberGroupSharedItemSharedGroups [get, set]
 Gets or Sets SharedGroups More...
 
List< UserSharedItemSharedUsers [get, set]
 Gets or Sets SharedUsers More...
 
string TemplateId [get, set]
 The unique identifier of the template. If this is not provided, DocuSign will generate a value. More...
 
string TemplateName [get, set]
 Gets or Sets TemplateName More...
 

Detailed Description

Information about shared templates.

Constructor & Destructor Documentation

◆ TemplateSharedItem()

DocuSign.eSign.Model.TemplateSharedItem.TemplateSharedItem ( ErrorDetails  ErrorDetails = default(ErrorDetails),
UserInfo  Owner = default(UserInfo),
string  Password = default(string),
string  Shared = default(string),
List< MemberGroupSharedItem SharedGroups = default(List<MemberGroupSharedItem>),
List< UserSharedItem SharedUsers = default(List<UserSharedItem>),
string  TemplateId = default(string),
string  TemplateName = default(string) 
)
inline

Initializes a new instance of the TemplateSharedItem class.

Parameters
ErrorDetailsArray or errors..
OwnerInformation about the user who owns the template..
PasswordPassword.
SharedWhen set to true, this custom tab is shared..
SharedGroupsSharedGroups.
SharedUsersSharedUsers.
TemplateIdThe unique identifier of the template. If this is not provided, DocuSign will generate a value. .
TemplateNameTemplateName.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TemplateSharedItem instances are equal

Parameters
otherInstance of TemplateSharedItem to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.TemplateSharedItem.ErrorDetails
getset

Array or errors.

Array or errors.

◆ Owner

UserInfo DocuSign.eSign.Model.TemplateSharedItem.Owner
getset

Information about the user who owns the template.

Information about the user who owns the template.

◆ Password

string DocuSign.eSign.Model.TemplateSharedItem.Password
getset

Gets or Sets Password

◆ Shared

string DocuSign.eSign.Model.TemplateSharedItem.Shared
getset

When set to true, this custom tab is shared.

When set to true, this custom tab is shared.

◆ SharedGroups

List<MemberGroupSharedItem> DocuSign.eSign.Model.TemplateSharedItem.SharedGroups
getset

Gets or Sets SharedGroups

◆ SharedUsers

List<UserSharedItem> DocuSign.eSign.Model.TemplateSharedItem.SharedUsers
getset

Gets or Sets SharedUsers

◆ TemplateId

string DocuSign.eSign.Model.TemplateSharedItem.TemplateId
getset

The unique identifier of the template. If this is not provided, DocuSign will generate a value.

The unique identifier of the template. If this is not provided, DocuSign will generate a value.

◆ TemplateName

string DocuSign.eSign.Model.TemplateSharedItem.TemplateName
getset

Gets or Sets TemplateName


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