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

BucketDefinition More...

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

Public Member Functions

 BucketDefinition (string bucketId=default(string), string displayName=default(string), string filterExpression=default(string), string bucketType=default(string), bool? unitised=default(bool?))
 Initializes a new instance of the BucketDefinition 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 (BucketDefinition input)
 Returns true if BucketDefinition instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string BucketId [get, set]
 Gets or Sets BucketId More...
 
string DisplayName [get, set]
 Gets or Sets DisplayName More...
 
string FilterExpression [get, set]
 Gets or Sets FilterExpression More...
 
string BucketType [get, set]
 Available values: Dealing, PnL, Fees, BalanceSheet, Misc. More...
 
bool? Unitised [get, set]
 Gets or Sets Unitised More...
 

Detailed Description

BucketDefinition

Constructor & Destructor Documentation

◆ BucketDefinition() [1/2]

Lusid.Sdk.Model.BucketDefinition.BucketDefinition ( )
inlineprotected

Initializes a new instance of the BucketDefinition class.

◆ BucketDefinition() [2/2]

Lusid.Sdk.Model.BucketDefinition.BucketDefinition ( string  bucketId = default(string),
string  displayName = default(string),
string  filterExpression = default(string),
string  bucketType = default(string),
bool?  unitised = default(bool?) 
)
inline

Initializes a new instance of the BucketDefinition class.

Parameters
bucketIdbucketId (required).
displayNamedisplayName (required).
filterExpressionfilterExpression (required).
bucketTypeAvailable values: Dealing, PnL, Fees, BalanceSheet, Misc. (required).
unitisedunitised.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BucketDefinition instances are equal

Parameters
inputInstance of BucketDefinition to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BucketId

string Lusid.Sdk.Model.BucketDefinition.BucketId
getset

Gets or Sets BucketId

◆ BucketType

string Lusid.Sdk.Model.BucketDefinition.BucketType
getset

Available values: Dealing, PnL, Fees, BalanceSheet, Misc.

Available values: Dealing, PnL, Fees, BalanceSheet, Misc.

◆ DisplayName

string Lusid.Sdk.Model.BucketDefinition.DisplayName
getset

Gets or Sets DisplayName

◆ FilterExpression

string Lusid.Sdk.Model.BucketDefinition.FilterExpression
getset

Gets or Sets FilterExpression

◆ Unitised

bool? Lusid.Sdk.Model.BucketDefinition.Unitised
getset

Gets or Sets Unitised


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