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

ApportionmentMethodProperty More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Code [get, set]
 The code identifying the allocation method property. More...
 
string Scope [get, set]
 The scope of the allocation method property. More...
 

Detailed Description

ApportionmentMethodProperty

Constructor & Destructor Documentation

◆ ApportionmentMethodProperty() [1/2]

Lusid.Sdk.Model.ApportionmentMethodProperty.ApportionmentMethodProperty ( )
inlineprotected

Initializes a new instance of the ApportionmentMethodProperty class.

◆ ApportionmentMethodProperty() [2/2]

Lusid.Sdk.Model.ApportionmentMethodProperty.ApportionmentMethodProperty ( string  code = default(string),
string  scope = default(string) 
)
inline

Initializes a new instance of the ApportionmentMethodProperty class.

Parameters
codeThe code identifying the allocation method property. (required).
scopeThe scope of the allocation method property. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ApportionmentMethodProperty instances are equal

Parameters
inputInstance of ApportionmentMethodProperty to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.ApportionmentMethodProperty.Code
getset

The code identifying the allocation method property.

The code identifying the allocation method property.

◆ Scope

string Lusid.Sdk.Model.ApportionmentMethodProperty.Scope
getset

The scope of the allocation method property.

The scope of the allocation method property.


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