LUSID C# SDK
|
JELinesQueryParameters More...
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 'Instrument', 'Transaction', 'Portfolio', 'Account', 'LegalEntity' or 'CustodianAccount' domain to decorate onto the JELine. More... | |
|
inline |
Initializes a new instance of the JELinesQueryParameters class.
startDate | The start date of the JELines.. |
endDate | The end date of the JELInes. |
filter | Expression to filter the result set.. |
propertyKeys | A list of property keys from the 'Instrument', 'Transaction', 'Portfolio', 'Account', 'LegalEntity' or 'CustodianAccount' domain to decorate onto the JELine.. |
|
inline |
Returns true if JELinesQueryParameters instances are equal
input | Instance of JELinesQueryParameters to be compared |
|
inline |
Returns true if objects are equal
input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The end date of the JELInes
The end date of the JELInes
|
getset |
Expression to filter the result set.
Expression to filter the result set.
|
getset |
A list of property keys from the 'Instrument', 'Transaction', 'Portfolio', 'Account', 'LegalEntity' or 'CustodianAccount' domain to decorate onto the JELine.
A list of property keys from the 'Instrument', 'Transaction', 'Portfolio', 'Account', 'LegalEntity' or 'CustodianAccount' domain to decorate onto the JELine.
|
getset |
The start date of the JELines.
The start date of the JELines.