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

Amount More...

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

Public Member Functions

 Amount (decimal value=default(decimal))
 Initializes a new instance of the Amount 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 (Amount input)
 Returns true if Amount instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

decimal Value [get, set]
 Gets or Sets Value More...
 

Detailed Description

Amount

Constructor & Destructor Documentation

◆ Amount()

Lusid.Sdk.Model.Amount.Amount ( decimal  value = default(decimal))
inline

Initializes a new instance of the Amount class.

Parameters
valuevalue.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if Amount instances are equal

Parameters
inputInstance of Amount to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Value

decimal Lusid.Sdk.Model.Amount.Value
getset

Gets or Sets Value


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