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

Information about the resource files that the brand uses for the email, signing, sending, and captive (embedded) signing experiences. More...

Inheritance diagram for DocuSign.eSign.Model.BrandResources:

Public Member Functions

 BrandResources (UserInfo CreatedByUserInfo=default(UserInfo), string CreatedDate=default(string), List< string > DataNotSavedNotInMaster=default(List< string >), UserInfo ModifiedByUserInfo=default(UserInfo), string ModifiedDate=default(string), List< string > ModifiedTemplates=default(List< string >), string ResourcesContentType=default(string), string ResourcesContentUri=default(string))
 Initializes a new instance of the BrandResources 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 (BrandResources other)
 Returns true if BrandResources instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

UserInfo CreatedByUserInfo [get, set]
 The user ID of the user who created the brand resource. More...
 
string CreatedDate [get, set]
 Gets or Sets CreatedDate More...
 
List< string > DataNotSavedNotInMaster [get, set]
 Gets or Sets DataNotSavedNotInMaster More...
 
UserInfo ModifiedByUserInfo [get, set]
 Information about the user who last modified the brand resource. More...
 
string ModifiedDate [get, set]
 Gets or Sets ModifiedDate More...
 
List< string > ModifiedTemplates [get, set]
 Gets or Sets ModifiedTemplates More...
 
string ResourcesContentType [get, set]
 Gets or Sets ResourcesContentType More...
 
string ResourcesContentUri [get, set]
 Gets or Sets ResourcesContentUri More...
 

Detailed Description

Information about the resource files that the brand uses for the email, signing, sending, and captive (embedded) signing experiences.

Constructor & Destructor Documentation

◆ BrandResources()

DocuSign.eSign.Model.BrandResources.BrandResources ( UserInfo  CreatedByUserInfo = default(UserInfo),
string  CreatedDate = default(string),
List< string >  DataNotSavedNotInMaster = default(List<string>),
UserInfo  ModifiedByUserInfo = default(UserInfo),
string  ModifiedDate = default(string),
List< string >  ModifiedTemplates = default(List<string>),
string  ResourcesContentType = default(string),
string  ResourcesContentUri = default(string) 
)
inline

Initializes a new instance of the BrandResources class.

Parameters
CreatedByUserInfoThe user ID of the user who created the brand resource..
CreatedDateCreatedDate.
DataNotSavedNotInMasterDataNotSavedNotInMaster.
ModifiedByUserInfoInformation about the user who last modified the brand resource..
ModifiedDateModifiedDate.
ModifiedTemplatesModifiedTemplates.
ResourcesContentTypeResourcesContentType.
ResourcesContentUriResourcesContentUri.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BrandResources instances are equal

Parameters
otherInstance of BrandResources to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CreatedByUserInfo

UserInfo DocuSign.eSign.Model.BrandResources.CreatedByUserInfo
getset

The user ID of the user who created the brand resource.

The user ID of the user who created the brand resource.

◆ CreatedDate

string DocuSign.eSign.Model.BrandResources.CreatedDate
getset

Gets or Sets CreatedDate

◆ DataNotSavedNotInMaster

List<string> DocuSign.eSign.Model.BrandResources.DataNotSavedNotInMaster
getset

Gets or Sets DataNotSavedNotInMaster

◆ ModifiedByUserInfo

UserInfo DocuSign.eSign.Model.BrandResources.ModifiedByUserInfo
getset

Information about the user who last modified the brand resource.

Information about the user who last modified the brand resource.

◆ ModifiedDate

string DocuSign.eSign.Model.BrandResources.ModifiedDate
getset

Gets or Sets ModifiedDate

◆ ModifiedTemplates

List<string> DocuSign.eSign.Model.BrandResources.ModifiedTemplates
getset

Gets or Sets ModifiedTemplates

◆ ResourcesContentType

string DocuSign.eSign.Model.BrandResources.ResourcesContentType
getset

Gets or Sets ResourcesContentType

◆ ResourcesContentUri

string DocuSign.eSign.Model.BrandResources.ResourcesContentUri
getset

Gets or Sets ResourcesContentUri


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