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

StagingRuleSet More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string EntityType [get, set]
 The entity type the staging rule set applies to. More...
 
string StagingRuleSetId [get, set]
 System generated unique id for the staging rule set. More...
 
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...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 

Detailed Description

StagingRuleSet

Constructor & Destructor Documentation

◆ StagingRuleSet() [1/2]

Lusid.Sdk.Model.StagingRuleSet.StagingRuleSet ( )
inlineprotected

Initializes a new instance of the StagingRuleSet class.

◆ StagingRuleSet() [2/2]

Lusid.Sdk.Model.StagingRuleSet.StagingRuleSet ( string  entityType = default(string),
string  stagingRuleSetId = default(string),
string  displayName = default(string),
string  description = default(string),
List< StagingRule rules = default(List<StagingRule>),
string  href = default(string),
ModelVersion  version = default(ModelVersion) 
)
inline

Initializes a new instance of the StagingRuleSet class.

Parameters
entityTypeThe entity type the staging rule set applies to. (required).
stagingRuleSetIdSystem generated unique id for the staging rule set. (required).
displayNameThe name of the staging rule set. (required).
descriptionA description for the staging rule set..
rulesThe list of staging rules that apply to a specific entity type. (required).
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
versionversion.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if StagingRuleSet instances are equal

Parameters
inputInstance of StagingRuleSet to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.StagingRuleSet._Version
getset

Gets or Sets _Version

◆ Description

string Lusid.Sdk.Model.StagingRuleSet.Description
getset

A description for the staging rule set.

A description for the staging rule set.

◆ DisplayName

string Lusid.Sdk.Model.StagingRuleSet.DisplayName
getset

The name of the staging rule set.

The name of the staging rule set.

◆ EntityType

string Lusid.Sdk.Model.StagingRuleSet.EntityType
getset

The entity type the staging rule set applies to.

The entity type the staging rule set applies to.

◆ Href

string Lusid.Sdk.Model.StagingRuleSet.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Rules

List<StagingRule> Lusid.Sdk.Model.StagingRuleSet.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.

◆ StagingRuleSetId

string Lusid.Sdk.Model.StagingRuleSet.StagingRuleSetId
getset

System generated unique id for the staging rule set.

System generated unique id for the staging rule set.


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