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

Contains details about the permission profiles associated with an account. More...

Inheritance diagram for DocuSign.eSign.Model.PermissionProfileInformation:

Public Member Functions

 PermissionProfileInformation (List< PermissionProfile > PermissionProfiles=default(List< PermissionProfile >))
 Initializes a new instance of the PermissionProfileInformation 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 (PermissionProfileInformation other)
 Returns true if PermissionProfileInformation instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

List< PermissionProfilePermissionProfiles [get, set]
 A complex type containing a collection of permission profiles. More...
 

Detailed Description

Contains details about the permission profiles associated with an account.

Constructor & Destructor Documentation

◆ PermissionProfileInformation()

DocuSign.eSign.Model.PermissionProfileInformation.PermissionProfileInformation ( List< PermissionProfile PermissionProfiles = default(List<PermissionProfile>))
inline

Initializes a new instance of the PermissionProfileInformation class.

Parameters
PermissionProfilesA complex type containing a collection of permission profiles..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PermissionProfileInformation instances are equal

Parameters
otherInstance of PermissionProfileInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ PermissionProfiles

List<PermissionProfile> DocuSign.eSign.Model.PermissionProfileInformation.PermissionProfiles
getset

A complex type containing a collection of permission profiles.

A complex type containing a collection of permission profiles.


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