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

A Posting Module definition More...

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

Public Member Functions

 PostingModuleResponse (string href=default(string), string postingModuleCode=default(string), ResourceId chartOfAccountsId=default(ResourceId), string displayName=default(string), string description=default(string), List< PostingModuleRule > rules=default(List< PostingModuleRule >), string status=default(string), ModelVersion version=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the PostingModuleResponse 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 (PostingModuleResponse input)
 Returns true if PostingModuleResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
string PostingModuleCode [get, set]
 The code of the Posting Module. More...
 
ResourceId ChartOfAccountsId [get, set]
 Gets or Sets ChartOfAccountsId 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...
 
string Status [get, set]
 The Posting Module status. Can be Active, Inactive or Deleted. Defaults to Active. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

A Posting Module definition

Constructor & Destructor Documentation

◆ PostingModuleResponse() [1/2]

Lusid.Sdk.Model.PostingModuleResponse.PostingModuleResponse ( )
inlineprotected

Initializes a new instance of the PostingModuleResponse class.

◆ PostingModuleResponse() [2/2]

Lusid.Sdk.Model.PostingModuleResponse.PostingModuleResponse ( string  href = default(string),
string  postingModuleCode = default(string),
ResourceId  chartOfAccountsId = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
List< PostingModuleRule rules = default(List<PostingModuleRule>),
string  status = default(string),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the PostingModuleResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
postingModuleCodeThe code of the Posting Module. (required).
chartOfAccountsIdchartOfAccountsId (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..
statusThe Posting Module status. Can be Active, Inactive or Deleted. Defaults to Active. (required).
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PostingModuleResponse instances are equal

Parameters
inputInstance of PostingModuleResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.PostingModuleResponse._Version
getset

Gets or Sets _Version

◆ ChartOfAccountsId

ResourceId Lusid.Sdk.Model.PostingModuleResponse.ChartOfAccountsId
getset

Gets or Sets ChartOfAccountsId

◆ Description

string Lusid.Sdk.Model.PostingModuleResponse.Description
getset

A description for the Posting Module.

A description for the Posting Module.

◆ DisplayName

string Lusid.Sdk.Model.PostingModuleResponse.DisplayName
getset

The name of the Posting Module.

The name of the Posting Module.

◆ Href

string Lusid.Sdk.Model.PostingModuleResponse.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.

◆ Links

List<Link> Lusid.Sdk.Model.PostingModuleResponse.Links
getset

Gets or Sets Links

◆ PostingModuleCode

string Lusid.Sdk.Model.PostingModuleResponse.PostingModuleCode
getset

The code of the Posting Module.

The code of the Posting Module.

◆ Rules

List<PostingModuleRule> Lusid.Sdk.Model.PostingModuleResponse.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.

◆ Status

string Lusid.Sdk.Model.PostingModuleResponse.Status
getset

The Posting Module status. Can be Active, Inactive or Deleted. Defaults to Active.

The Posting Module status. Can be Active, Inactive or Deleted. Defaults to Active.


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