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

JELinesQueryParameters More...

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

Public Member Functions

 JELinesQueryParameters (DateTimeOrCutLabel startDate=default(DateTimeOrCutLabel), DateTimeOrCutLabel endDate=default(DateTimeOrCutLabel), string filter=default(string), List< string > propertyKeys=default(List< string >))
 Initializes a new instance of the JELinesQueryParameters 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 (JELinesQueryParameters input)
 Returns true if JELinesQueryParameters instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

DateTimeOrCutLabel StartDate [get, set]
 The start date of the JELines. More...
 
DateTimeOrCutLabel EndDate [get, set]
 The end date of the JELInes More...
 
string Filter [get, set]
 Expression to filter the result set. More...
 
List< string > PropertyKeys [get, set]
 A list of property keys from the &#39;Instrument&#39;, &#39;Transaction&#39;, &#39;Portfolio&#39;, &#39;Account&#39;, &#39;LegalEntity&#39; or &#39;CustodianAccount&#39; domain to decorate onto the JELine. More...
 

Detailed Description

JELinesQueryParameters

Constructor & Destructor Documentation

◆ JELinesQueryParameters()

Lusid.Sdk.Model.JELinesQueryParameters.JELinesQueryParameters ( DateTimeOrCutLabel  startDate = default(DateTimeOrCutLabel),
DateTimeOrCutLabel  endDate = default(DateTimeOrCutLabel),
string  filter = default(string),
List< string >  propertyKeys = default(List<string>) 
)
inline

Initializes a new instance of the JELinesQueryParameters class.

Parameters
startDateThe start date of the JELines..
endDateThe end date of the JELInes.
filterExpression to filter the result set..
propertyKeysA list of property keys from the &#39;Instrument&#39;, &#39;Transaction&#39;, &#39;Portfolio&#39;, &#39;Account&#39;, &#39;LegalEntity&#39; or &#39;CustodianAccount&#39; domain to decorate onto the JELine..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if JELinesQueryParameters instances are equal

Parameters
inputInstance of JELinesQueryParameters to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EndDate

DateTimeOrCutLabel Lusid.Sdk.Model.JELinesQueryParameters.EndDate
getset

The end date of the JELInes

The end date of the JELInes

◆ Filter

string Lusid.Sdk.Model.JELinesQueryParameters.Filter
getset

Expression to filter the result set.

Expression to filter the result set.

◆ PropertyKeys

List<string> Lusid.Sdk.Model.JELinesQueryParameters.PropertyKeys
getset

A list of property keys from the &#39;Instrument&#39;, &#39;Transaction&#39;, &#39;Portfolio&#39;, &#39;Account&#39;, &#39;LegalEntity&#39; or &#39;CustodianAccount&#39; domain to decorate onto the JELine.

A list of property keys from the &#39;Instrument&#39;, &#39;Transaction&#39;, &#39;Portfolio&#39;, &#39;Account&#39;, &#39;LegalEntity&#39; or &#39;CustodianAccount&#39; domain to decorate onto the JELine.

◆ StartDate

DateTimeOrCutLabel Lusid.Sdk.Model.JELinesQueryParameters.StartDate
getset

The start date of the JELines.

The start date of the JELines.


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