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

PerpetualProperty More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Key [get, set]
 The key of the property. This takes the format {domain}/{scope}/{code} e.g. 'Instrument/system/Name' or 'Transaction/strategy/quantsignal'. More...
 
PropertyValue Value [get, set]
 Gets or Sets Value More...
 

Detailed Description

PerpetualProperty

Constructor & Destructor Documentation

◆ PerpetualProperty() [1/2]

Lusid.Sdk.Model.PerpetualProperty.PerpetualProperty ( )
inlineprotected

Initializes a new instance of the PerpetualProperty class.

◆ PerpetualProperty() [2/2]

Lusid.Sdk.Model.PerpetualProperty.PerpetualProperty ( string  key = default(string),
PropertyValue  value = default(PropertyValue) 
)
inline

Initializes a new instance of the PerpetualProperty class.

Parameters
keyThe key of the property. This takes the format {domain}/{scope}/{code} e.g. 'Instrument/system/Name' or 'Transaction/strategy/quantsignal'. (required).
valuevalue.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PerpetualProperty instances are equal

Parameters
inputInstance of PerpetualProperty to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Key

string Lusid.Sdk.Model.PerpetualProperty.Key
getset

The key of the property. This takes the format {domain}/{scope}/{code} e.g. 'Instrument/system/Name' or 'Transaction/strategy/quantsignal'.

The key of the property. This takes the format {domain}/{scope}/{code} e.g. 'Instrument/system/Name' or 'Transaction/strategy/quantsignal'.

◆ Value

PropertyValue Lusid.Sdk.Model.PerpetualProperty.Value
getset

Gets or Sets Value


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