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

CustodianEntry More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

ResourceId AccountId [get, set]
 Gets or Sets AccountId More...
 
string AccountSelector [get, set]
 Available values: From, To. More...
 

Detailed Description

CustodianEntry

Constructor & Destructor Documentation

◆ CustodianEntry() [1/2]

Lusid.Sdk.Model.CustodianEntry.CustodianEntry ( )
inlineprotected

Initializes a new instance of the CustodianEntry class.

◆ CustodianEntry() [2/2]

Lusid.Sdk.Model.CustodianEntry.CustodianEntry ( ResourceId  accountId = default(ResourceId),
string  accountSelector = default(string) 
)
inline

Initializes a new instance of the CustodianEntry class.

Parameters
accountIdaccountId (required).
accountSelectorAvailable values: From, To..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CustodianEntry instances are equal

Parameters
inputInstance of CustodianEntry to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountId

ResourceId Lusid.Sdk.Model.CustodianEntry.AccountId
getset

Gets or Sets AccountId

◆ AccountSelector

string Lusid.Sdk.Model.CustodianEntry.AccountSelector
getset

Available values: From, To.

Available values: From, To.


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