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

Aggregation context node. Whilst the market and pricing nodes concern themselves with which models are used and where the market data comes from, the aggregation context determines how data is aggregated together. This controls the behaviour of the grouping and sql-like engine at the back of the valuation. For instance, it controls conversion of currencies and whether the sql-like engine behaves more like ANSI or MySql SQL. More...

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

Public Member Functions

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

Properties

AggregationOptions Options [get, set]
 Gets or Sets Options More...
 

Detailed Description

Aggregation context node. Whilst the market and pricing nodes concern themselves with which models are used and where the market data comes from, the aggregation context determines how data is aggregated together. This controls the behaviour of the grouping and sql-like engine at the back of the valuation. For instance, it controls conversion of currencies and whether the sql-like engine behaves more like ANSI or MySql SQL.

Constructor & Destructor Documentation

◆ AggregationContext()

Lusid.Sdk.Model.AggregationContext.AggregationContext ( AggregationOptions  options = default(AggregationOptions))
inline

Initializes a new instance of the AggregationContext class.

Parameters
optionsoptions.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AggregationContext instances are equal

Parameters
inputInstance of AggregationContext to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Options

AggregationOptions Lusid.Sdk.Model.AggregationContext.Options
getset

Gets or Sets Options


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