|
LUSID C# SDK
|

Public Member Functions | |
| DiaryEntry (string href=default(string), ResourceId aborId=default(ResourceId), string diaryEntryCode=default(string), string type=default(string), string name=default(string), string status=default(string), bool applyClearDown=default(bool), DateTimeOffset effectiveAt=default(DateTimeOffset), DateTimeOffset queryAsAt=default(DateTimeOffset), DateTimeOffset previousEntryTime=default(DateTimeOffset), Dictionary< string, Property > properties=default(Dictionary< string, Property >), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >)) | |
| Initializes a new instance of the DiaryEntry 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 (DiaryEntry input) |
| Returns true if DiaryEntry instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| DiaryEntry () | |
| Initializes a new instance of the DiaryEntry class. More... | |
Properties | |
| string | Href [get, set] |
| The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More... | |
| ResourceId | AborId [get, set] |
| Gets or Sets AborId More... | |
| string | DiaryEntryCode [get, set] |
| The code of the diary entry. More... | |
| string | Type [get, set] |
| The type of the diary entry. Available values: PeriodBoundary, ValuationPoint, Other. More... | |
| string | Name [get, set] |
| The name of the diary entry. More... | |
| string | Status [get, set] |
| The status of the diary entry. Statuses are constrained and defaulted by 'Type' specified. Type 'Other' defaults to 'Undefined' and supports 'Undefined', 'Estimate', 'Candidate', and 'Final'. Type 'PeriodBoundary' defaults to 'Estimate' when closing a period, and supports 'Estimate' and 'Final' for closing periods and 'Final' for locking periods. Type 'ValuationPoint' defaults to 'Estimate' when upserting a diary entry, moves to 'Candidate' or 'Final' when a ValuationPoint is accepted, and 'Final' when it is finalised. Available values: Undefined, Estimate, Final, Candidate, Unofficial. More... | |
| bool | ApplyClearDown [get, set] |
| Defaults to false. Set to true if you want that the closed period to have the clear down applied. Available values: Undefined, Estimate, Final, Candidate, Unofficial. More... | |
| DateTimeOffset | EffectiveAt [get, set] |
| The effective time of the diary entry. More... | |
| DateTimeOffset | QueryAsAt [get, set] |
| The query time of the diary entry. Defaults to latest. More... | |
| DateTimeOffset | PreviousEntryTime [get, set] |
| The entry time of the previous diary entry. More... | |
| Dictionary< string, Property > | Properties [get, set] |
| A set of properties for the diary entry. More... | |
| ModelVersion | VarVersion [get, set] |
| Gets or Sets VarVersion More... | |
| List< Link > | Links [get, set] |
| Gets or Sets Links More... | |
|
inlineprotected |
Initializes a new instance of the DiaryEntry class.
|
inline |
Initializes a new instance of the DiaryEntry class.
| href | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.. |
| aborId | aborId. |
| diaryEntryCode | The code of the diary entry.. |
| type | The type of the diary entry. Available values: PeriodBoundary, ValuationPoint, Other. (required). |
| name | The name of the diary entry.. |
| status | The status of the diary entry. Statuses are constrained and defaulted by 'Type' specified. Type 'Other' defaults to 'Undefined' and supports 'Undefined', 'Estimate', 'Candidate', and 'Final'. Type 'PeriodBoundary' defaults to 'Estimate' when closing a period, and supports 'Estimate' and 'Final' for closing periods and 'Final' for locking periods. Type 'ValuationPoint' defaults to 'Estimate' when upserting a diary entry, moves to 'Candidate' or 'Final' when a ValuationPoint is accepted, and 'Final' when it is finalised. Available values: Undefined, Estimate, Final, Candidate, Unofficial. (required). |
| applyClearDown | Defaults to false. Set to true if you want that the closed period to have the clear down applied. Available values: Undefined, Estimate, Final, Candidate, Unofficial.. |
| effectiveAt | The effective time of the diary entry. (required). |
| queryAsAt | The query time of the diary entry. Defaults to latest.. |
| previousEntryTime | The entry time of the previous diary entry.. |
| properties | A set of properties for the diary entry.. |
| varVersion | varVersion. |
| links | links. |
|
inline |
Returns true if DiaryEntry instances are equal
| input | Instance of DiaryEntry 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 |
Gets or Sets AborId
|
getset |
Defaults to false. Set to true if you want that the closed period to have the clear down applied. Available values: Undefined, Estimate, Final, Candidate, Unofficial.
Defaults to false. Set to true if you want that the closed period to have the clear down applied. Available values: Undefined, Estimate, Final, Candidate, Unofficial.
|
getset |
The code of the diary entry.
The code of the diary entry.
|
getset |
The effective time of the diary entry.
The effective time of the diary entry.
|
getset |
The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
|
getset |
Gets or Sets Links
|
getset |
The name of the diary entry.
The name of the diary entry.
|
getset |
The entry time of the previous diary entry.
The entry time of the previous diary entry.
|
getset |
A set of properties for the diary entry.
A set of properties for the diary entry.
|
getset |
The query time of the diary entry. Defaults to latest.
The query time of the diary entry. Defaults to latest.
|
getset |
The status of the diary entry. Statuses are constrained and defaulted by 'Type' specified. Type 'Other' defaults to 'Undefined' and supports 'Undefined', 'Estimate', 'Candidate', and 'Final'. Type 'PeriodBoundary' defaults to 'Estimate' when closing a period, and supports 'Estimate' and 'Final' for closing periods and 'Final' for locking periods. Type 'ValuationPoint' defaults to 'Estimate' when upserting a diary entry, moves to 'Candidate' or 'Final' when a ValuationPoint is accepted, and 'Final' when it is finalised. Available values: Undefined, Estimate, Final, Candidate, Unofficial.
The status of the diary entry. Statuses are constrained and defaulted by 'Type' specified. Type 'Other' defaults to 'Undefined' and supports 'Undefined', 'Estimate', 'Candidate', and 'Final'. Type 'PeriodBoundary' defaults to 'Estimate' when closing a period, and supports 'Estimate' and 'Final' for closing periods and 'Final' for locking periods. Type 'ValuationPoint' defaults to 'Estimate' when upserting a diary entry, moves to 'Candidate' or 'Final' when a ValuationPoint is accepted, and 'Final' when it is finalised. Available values: Undefined, Estimate, Final, Candidate, Unofficial.
|
getset |
The type of the diary entry. Available values: PeriodBoundary, ValuationPoint, Other.
The type of the diary entry. Available values: PeriodBoundary, ValuationPoint, Other.
|
getset |
Gets or Sets VarVersion