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

A Posting Module request definition More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Code [get, set]
 The code of the Posting Module. More...
 
string DisplayName [get, set]
 The name of the Posting Module. More...
 
string Description [get, set]
 A description for the Posting Module. More...
 
List< PostingModuleRuleRules [get, set]
 The Posting Rules that apply for the Posting Module. Rules are evaluated in the order they occur in this collection. More...
 

Detailed Description

A Posting Module request definition

Constructor & Destructor Documentation

◆ PostingModuleRequest() [1/2]

Lusid.Sdk.Model.PostingModuleRequest.PostingModuleRequest ( )
inlineprotected

Initializes a new instance of the PostingModuleRequest class.

◆ PostingModuleRequest() [2/2]

Lusid.Sdk.Model.PostingModuleRequest.PostingModuleRequest ( string  code = default(string),
string  displayName = default(string),
string  description = default(string),
List< PostingModuleRule rules = default(List<PostingModuleRule>) 
)
inline

Initializes a new instance of the PostingModuleRequest class.

Parameters
codeThe code of the Posting Module. (required).
displayNameThe name of the Posting Module. (required).
descriptionA description for the Posting Module..
rulesThe Posting Rules that apply for the Posting Module. Rules are evaluated in the order they occur in this collection..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PostingModuleRequest instances are equal

Parameters
inputInstance of PostingModuleRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.PostingModuleRequest.Code
getset

The code of the Posting Module.

The code of the Posting Module.

◆ Description

string Lusid.Sdk.Model.PostingModuleRequest.Description
getset

A description for the Posting Module.

A description for the Posting Module.

◆ DisplayName

string Lusid.Sdk.Model.PostingModuleRequest.DisplayName
getset

The name of the Posting Module.

The name of the Posting Module.

◆ Rules

List<PostingModuleRule> Lusid.Sdk.Model.PostingModuleRequest.Rules
getset

The Posting Rules that apply for the Posting Module. Rules are evaluated in the order they occur in this collection.

The Posting Rules that apply for the Posting Module. Rules are evaluated in the order they occur in this collection.


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