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

Information about items shared among groups. More...

Inheritance diagram for DocuSign.eSign.Model.MemberGroupSharedItem:

Public Member Functions

 MemberGroupSharedItem (ErrorDetails ErrorDetails=default(ErrorDetails), Group Group=default(Group), string Shared=default(string))
 Initializes a new instance of the MemberGroupSharedItem 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 (MemberGroupSharedItem other)
 Returns true if MemberGroupSharedItem 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...
 
Group Group [get, set]
 The group sharing the item. More...
 
string Shared [get, set]
 When set to true, this custom tab is shared. More...
 

Detailed Description

Information about items shared among groups.

Constructor & Destructor Documentation

◆ MemberGroupSharedItem()

DocuSign.eSign.Model.MemberGroupSharedItem.MemberGroupSharedItem ( ErrorDetails  ErrorDetails = default(ErrorDetails),
Group  Group = default(Group),
string  Shared = default(string) 
)
inline

Initializes a new instance of the MemberGroupSharedItem class.

Parameters
ErrorDetailsArray or errors..
GroupThe group sharing the item..
SharedWhen set to true, this custom tab is shared..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if MemberGroupSharedItem instances are equal

Parameters
otherInstance of MemberGroupSharedItem to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.MemberGroupSharedItem.ErrorDetails
getset

Array or errors.

Array or errors.

◆ Group

Group DocuSign.eSign.Model.MemberGroupSharedItem.Group
getset

The group sharing the item.

The group sharing the item.

◆ Shared

string DocuSign.eSign.Model.MemberGroupSharedItem.Shared
getset

When set to true, this custom tab is shared.

When set to true, this custom tab is shared.


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