|
LUSID C# SDK
|
A group of changes made by the same person at the same time. More...

Public Types | |
| enum class | ActionEnum { Create = 1 , Update = 2 , Delete = 3 } |
| The action performed on the transaction. Available values: Create, Update, Delete. More... | |
Public Member Functions | |
| ChangeHistory (string userId=default(string), DateTimeOffset modifiedAsAt=default(DateTimeOffset), string requestId=default(string), ActionEnum action=default(ActionEnum), List< ChangeItem > changes=default(List< ChangeItem >), List< Link > links=default(List< Link >)) | |
| Initializes a new instance of the ChangeHistory 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 (ChangeHistory input) |
| Returns true if ChangeHistory instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| ChangeHistory () | |
| Initializes a new instance of the ChangeHistory class. More... | |
Properties | |
| ActionEnum | Action [get, set] |
| The action performed on the transaction. Available values: Create, Update, Delete. More... | |
| string | UserId [get, set] |
| The unique identifier of the user that made the change. More... | |
| DateTimeOffset | ModifiedAsAt [get, set] |
| The date/time of the change. More... | |
| string | RequestId [get, set] |
| The unique identifier of the request that the changes were part of. More... | |
| List< ChangeItem > | Changes [get, set] |
| The collection of changes that were made. More... | |
| List< Link > | Links [get, set] |
| Gets or Sets Links More... | |
A group of changes made by the same person at the same time.
|
strong |
|
inlineprotected |
Initializes a new instance of the ChangeHistory class.
|
inline |
Initializes a new instance of the ChangeHistory class.
| userId | The unique identifier of the user that made the change. (required). |
| modifiedAsAt | The date/time of the change. (required). |
| requestId | The unique identifier of the request that the changes were part of. (required). |
| action | The action performed on the transaction. Available values: Create, Update, Delete. (required). |
| changes | The collection of changes that were made. (required). |
| links | links. |
|
inline |
Returns true if ChangeHistory instances are equal
| input | Instance of ChangeHistory 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 action performed on the transaction. Available values: Create, Update, Delete.
The action performed on the transaction. Available values: Create, Update, Delete.
|
getset |
The collection of changes that were made.
The collection of changes that were made.
|
getset |
Gets or Sets Links
|
getset |
The date/time of the change.
The date/time of the change.
|
getset |
The unique identifier of the request that the changes were part of.
The unique identifier of the request that the changes were part of.
|
getset |
The unique identifier of the user that made the change.
The unique identifier of the user that made the change.