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

A posting Module request definition More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 The name of the Posting Module. More...
 
string Description [get, set]
 A description for the Posting Module. More...
 
string Status [get, set]
 The Posting Module status. Can be Active or Inactive. Defaults to Active. More...
 

Detailed Description

A posting Module request definition

Constructor & Destructor Documentation

◆ PostingModuleDetails() [1/2]

Lusid.Sdk.Model.PostingModuleDetails.PostingModuleDetails ( )
inlineprotected

Initializes a new instance of the PostingModuleDetails class.

◆ PostingModuleDetails() [2/2]

Lusid.Sdk.Model.PostingModuleDetails.PostingModuleDetails ( string  displayName = default(string),
string  description = default(string),
string  status = default(string) 
)
inline

Initializes a new instance of the PostingModuleDetails class.

Parameters
displayNameThe name of the Posting Module. (required).
descriptionA description for the Posting Module..
statusThe Posting Module status. Can be Active or Inactive. Defaults to Active. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PostingModuleDetails instances are equal

Parameters
inputInstance of PostingModuleDetails to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.PostingModuleDetails.Description
getset

A description for the Posting Module.

A description for the Posting Module.

◆ DisplayName

string Lusid.Sdk.Model.PostingModuleDetails.DisplayName
getset

The name of the Posting Module.

The name of the Posting Module.

◆ Status

string Lusid.Sdk.Model.PostingModuleDetails.Status
getset

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

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


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