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

CreateStagingRuleSetRequest More...

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

Public Member Functions

 CreateStagingRuleSetRequest (string displayName=default(string), string description=default(string), List< StagingRule > rules=default(List< StagingRule >))
 Initializes a new instance of the CreateStagingRuleSetRequest 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 (CreateStagingRuleSetRequest input)
 Returns true if CreateStagingRuleSetRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 CreateStagingRuleSetRequest ()
 Initializes a new instance of the CreateStagingRuleSetRequest class. More...
 

Properties

string DisplayName [get, set]
 The name of the staging rule set. More...
 
string Description [get, set]
 A description for the staging rule set. More...
 
List< StagingRuleRules [get, set]
 The list of staging rules that apply to a specific entity type. More...
 

Detailed Description

CreateStagingRuleSetRequest

Constructor & Destructor Documentation

◆ CreateStagingRuleSetRequest() [1/2]

Lusid.Sdk.Model.CreateStagingRuleSetRequest.CreateStagingRuleSetRequest ( )
inlineprotected

Initializes a new instance of the CreateStagingRuleSetRequest class.

◆ CreateStagingRuleSetRequest() [2/2]

Lusid.Sdk.Model.CreateStagingRuleSetRequest.CreateStagingRuleSetRequest ( string  displayName = default(string),
string  description = default(string),
List< StagingRule rules = default(List<StagingRule>) 
)
inline

Initializes a new instance of the CreateStagingRuleSetRequest class.

Parameters
displayNameThe name of the staging rule set..
descriptionA description for the staging rule set..
rulesThe list of staging rules that apply to a specific entity type. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateStagingRuleSetRequest instances are equal

Parameters
inputInstance of CreateStagingRuleSetRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.CreateStagingRuleSetRequest.Description
getset

A description for the staging rule set.

A description for the staging rule set.

◆ DisplayName

string Lusid.Sdk.Model.CreateStagingRuleSetRequest.DisplayName
getset

The name of the staging rule set.

The name of the staging rule set.

◆ Rules

List<StagingRule> Lusid.Sdk.Model.CreateStagingRuleSetRequest.Rules
getset

The list of staging rules that apply to a specific entity type.

The list of staging rules that apply to a specific entity type.


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