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

ConditionalRecipientRuleFilter More...

Inheritance diagram for DocuSign.eSign.Model.ConditionalRecipientRuleFilter:

Public Member Functions

 ConditionalRecipientRuleFilter (string Operator=default(string), string RecipientId=default(string), string Scope=default(string), string TabId=default(string), string TabLabel=default(string), string TabType=default(string), string Value=default(string))
 Initializes a new instance of the ConditionalRecipientRuleFilter 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 (ConditionalRecipientRuleFilter other)
 Returns true if ConditionalRecipientRuleFilter instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Operator [get, set]
 Gets or Sets Operator More...
 
string RecipientId [get, set]
 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. More...
 
string Scope [get, set]
 Gets or Sets Scope More...
 
string TabId [get, set]
 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. More...
 
string TabLabel [get, set]
 The label string associated with the tab. More...
 
string TabType [get, set]
 Gets or Sets TabType More...
 
string Value [get, set]
 Specifies the value of the tab. More...
 

Detailed Description

ConditionalRecipientRuleFilter

Constructor & Destructor Documentation

◆ ConditionalRecipientRuleFilter()

DocuSign.eSign.Model.ConditionalRecipientRuleFilter.ConditionalRecipientRuleFilter ( string  Operator = default(string),
string  RecipientId = default(string),
string  Scope = default(string),
string  TabId = default(string),
string  TabLabel = default(string),
string  TabType = default(string),
string  Value = default(string) 
)
inline

Initializes a new instance of the ConditionalRecipientRuleFilter class.

Parameters
OperatorOperator.
RecipientIdUnique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..
ScopeScope.
TabIdThe unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. .
TabLabelThe label string associated with the tab..
TabTypeTabType.
ValueSpecifies the value of the tab. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConditionalRecipientRuleFilter instances are equal

Parameters
otherInstance of ConditionalRecipientRuleFilter to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Operator

string DocuSign.eSign.Model.ConditionalRecipientRuleFilter.Operator
getset

Gets or Sets Operator

◆ RecipientId

string DocuSign.eSign.Model.ConditionalRecipientRuleFilter.RecipientId
getset

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.

◆ Scope

string DocuSign.eSign.Model.ConditionalRecipientRuleFilter.Scope
getset

Gets or Sets Scope

◆ TabId

string DocuSign.eSign.Model.ConditionalRecipientRuleFilter.TabId
getset

The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].

The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].

◆ TabLabel

string DocuSign.eSign.Model.ConditionalRecipientRuleFilter.TabLabel
getset

The label string associated with the tab.

The label string associated with the tab.

◆ TabType

string DocuSign.eSign.Model.ConditionalRecipientRuleFilter.TabType
getset

Gets or Sets TabType

◆ Value

string DocuSign.eSign.Model.ConditionalRecipientRuleFilter.Value
getset

Specifies the value of the tab.

Specifies the value of the tab.


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