LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.StagingRuleMatchCriteria Class Reference

StagingRuleMatchCriteria More...

Inheritance diagram for Lusid.Sdk.Model.StagingRuleMatchCriteria:
Inheritance graph
[legend]

Public Member Functions

 StagingRuleMatchCriteria (List< string > actionIn=default(List< string >), string requestingUser=default(string), string entityAttributes=default(string), List< string > changedAttributeNameIn=default(List< string >))
 Initializes a new instance of the StagingRuleMatchCriteria class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (StagingRuleMatchCriteria input)
 Returns true if StagingRuleMatchCriteria instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< string > ActionIn [get, set]
 Gets or Sets ActionIn More...
 
string RequestingUser [get, set]
 Gets or Sets RequestingUser More...
 
string EntityAttributes [get, set]
 Gets or Sets EntityAttributes More...
 
List< string > ChangedAttributeNameIn [get, set]
 Gets or Sets ChangedAttributeNameIn More...
 

Detailed Description

StagingRuleMatchCriteria

Constructor & Destructor Documentation

◆ StagingRuleMatchCriteria()

Lusid.Sdk.Model.StagingRuleMatchCriteria.StagingRuleMatchCriteria ( List< string >  actionIn = default(List<string>),
string  requestingUser = default(string),
string  entityAttributes = default(string),
List< string >  changedAttributeNameIn = default(List<string>) 
)
inline

Initializes a new instance of the StagingRuleMatchCriteria class.

Parameters
actionInactionIn.
requestingUserrequestingUser.
entityAttributesentityAttributes.
changedAttributeNameInchangedAttributeNameIn.

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.StagingRuleMatchCriteria.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.StagingRuleMatchCriteria.Equals ( StagingRuleMatchCriteria  input)
inline

Returns true if StagingRuleMatchCriteria instances are equal

Parameters
inputInstance of StagingRuleMatchCriteria to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.StagingRuleMatchCriteria.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.StagingRuleMatchCriteria.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.StagingRuleMatchCriteria.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ActionIn

List<string> Lusid.Sdk.Model.StagingRuleMatchCriteria.ActionIn
getset

Gets or Sets ActionIn

◆ ChangedAttributeNameIn

List<string> Lusid.Sdk.Model.StagingRuleMatchCriteria.ChangedAttributeNameIn
getset

Gets or Sets ChangedAttributeNameIn

◆ EntityAttributes

string Lusid.Sdk.Model.StagingRuleMatchCriteria.EntityAttributes
getset

Gets or Sets EntityAttributes

◆ RequestingUser

string Lusid.Sdk.Model.StagingRuleMatchCriteria.RequestingUser
getset

Gets or Sets RequestingUser


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