The version metadata.
More...
|
| | ModelVersion (DateTimeOffset effectiveFrom=default(DateTimeOffset), DateTimeOffset asAtDate=default(DateTimeOffset), DateTimeOffset? asAtCreated=default(DateTimeOffset?), string userIdCreated=default(string), string requestIdCreated=default(string), string reasonCreated=default(string), DateTimeOffset? asAtModified=default(DateTimeOffset?), string userIdModified=default(string), string requestIdModified=default(string), string reasonModified=default(string), int? asAtVersionNumber=default(int?), string entityUniqueId=default(string), string stagedModificationIdModified=default(string)) |
| | Initializes a new instance of the ModelVersion 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 (ModelVersion input) |
| | Returns true if ModelVersion instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| DateTimeOffset | EffectiveFrom [get, set] |
| | The effective datetime at which this version became valid. Only applies when a single entity is being interacted with. More...
|
| |
| DateTimeOffset | AsAtDate [get, set] |
| | The asAt datetime at which the data was committed to LUSID. More...
|
| |
| DateTimeOffset? | AsAtCreated [get, set] |
| | The asAt datetime at which the entity was first created in LUSID. More...
|
| |
| string | UserIdCreated [get, set] |
| | The unique id of the user who created the entity. More...
|
| |
| string | RequestIdCreated [get, set] |
| | The unique request id of the command that created the entity. More...
|
| |
| string | ReasonCreated [get, set] |
| | The reason for an entity creation. More...
|
| |
| DateTimeOffset? | AsAtModified [get, set] |
| | The asAt datetime at which the entity (including its properties) was last updated in LUSID. More...
|
| |
| string | UserIdModified [get, set] |
| | The unique id of the user who last updated the entity (including its properties) in LUSID. More...
|
| |
| string | RequestIdModified [get, set] |
| | The unique request id of the command that last updated the entity (including its properties) in LUSID. More...
|
| |
| string | ReasonModified [get, set] |
| | The reason for an entity modification. More...
|
| |
| int? | AsAtVersionNumber [get, set] |
| | The integer version number for the entity (the entity was created at version 1) More...
|
| |
| string | EntityUniqueId [get, set] |
| | The unique id of the entity More...
|
| |
| string | StagedModificationIdModified [get, set] |
| | The ID of the staged change that resulted in the most recent modification. More...
|
| |
◆ ModelVersion() [1/2]
| Lusid.Sdk.Model.ModelVersion.ModelVersion |
( |
| ) |
|
|
inlineprotected |
◆ ModelVersion() [2/2]
| Lusid.Sdk.Model.ModelVersion.ModelVersion |
( |
DateTimeOffset |
effectiveFrom = default(DateTimeOffset), |
|
|
DateTimeOffset |
asAtDate = default(DateTimeOffset), |
|
|
DateTimeOffset? |
asAtCreated = default(DateTimeOffset?), |
|
|
string |
userIdCreated = default(string), |
|
|
string |
requestIdCreated = default(string), |
|
|
string |
reasonCreated = default(string), |
|
|
DateTimeOffset? |
asAtModified = default(DateTimeOffset?), |
|
|
string |
userIdModified = default(string), |
|
|
string |
requestIdModified = default(string), |
|
|
string |
reasonModified = default(string), |
|
|
int? |
asAtVersionNumber = default(int?), |
|
|
string |
entityUniqueId = default(string), |
|
|
string |
stagedModificationIdModified = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the ModelVersion class.
- Parameters
-
| effectiveFrom | The effective datetime at which this version became valid. Only applies when a single entity is being interacted with. (required). |
| asAtDate | The asAt datetime at which the data was committed to LUSID. (required). |
| asAtCreated | The asAt datetime at which the entity was first created in LUSID.. |
| userIdCreated | The unique id of the user who created the entity.. |
| requestIdCreated | The unique request id of the command that created the entity.. |
| reasonCreated | The reason for an entity creation.. |
| asAtModified | The asAt datetime at which the entity (including its properties) was last updated in LUSID.. |
| userIdModified | The unique id of the user who last updated the entity (including its properties) in LUSID.. |
| requestIdModified | The unique request id of the command that last updated the entity (including its properties) in LUSID.. |
| reasonModified | The reason for an entity modification.. |
| asAtVersionNumber | The integer version number for the entity (the entity was created at version 1). |
| entityUniqueId | The unique id of the entity. |
| stagedModificationIdModified | The ID of the staged change that resulted in the most recent modification.. |
◆ Equals() [1/2]
| bool Lusid.Sdk.Model.ModelVersion.Equals |
( |
ModelVersion |
input | ) |
|
|
inline |
Returns true if ModelVersion instances are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.ModelVersion.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.ModelVersion.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.ModelVersion.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.ModelVersion.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AsAtCreated
| DateTimeOffset? Lusid.Sdk.Model.ModelVersion.AsAtCreated |
|
getset |
The asAt datetime at which the entity was first created in LUSID.
The asAt datetime at which the entity was first created in LUSID.
◆ AsAtDate
| DateTimeOffset Lusid.Sdk.Model.ModelVersion.AsAtDate |
|
getset |
The asAt datetime at which the data was committed to LUSID.
The asAt datetime at which the data was committed to LUSID.
◆ AsAtModified
| DateTimeOffset? Lusid.Sdk.Model.ModelVersion.AsAtModified |
|
getset |
The asAt datetime at which the entity (including its properties) was last updated in LUSID.
The asAt datetime at which the entity (including its properties) was last updated in LUSID.
◆ AsAtVersionNumber
| int? Lusid.Sdk.Model.ModelVersion.AsAtVersionNumber |
|
getset |
The integer version number for the entity (the entity was created at version 1)
The integer version number for the entity (the entity was created at version 1)
◆ EffectiveFrom
| DateTimeOffset Lusid.Sdk.Model.ModelVersion.EffectiveFrom |
|
getset |
The effective datetime at which this version became valid. Only applies when a single entity is being interacted with.
The effective datetime at which this version became valid. Only applies when a single entity is being interacted with.
◆ EntityUniqueId
| string Lusid.Sdk.Model.ModelVersion.EntityUniqueId |
|
getset |
The unique id of the entity
The unique id of the entity
◆ ReasonCreated
| string Lusid.Sdk.Model.ModelVersion.ReasonCreated |
|
getset |
The reason for an entity creation.
The reason for an entity creation.
◆ ReasonModified
| string Lusid.Sdk.Model.ModelVersion.ReasonModified |
|
getset |
The reason for an entity modification.
The reason for an entity modification.
◆ RequestIdCreated
| string Lusid.Sdk.Model.ModelVersion.RequestIdCreated |
|
getset |
The unique request id of the command that created the entity.
The unique request id of the command that created the entity.
◆ RequestIdModified
| string Lusid.Sdk.Model.ModelVersion.RequestIdModified |
|
getset |
The unique request id of the command that last updated the entity (including its properties) in LUSID.
The unique request id of the command that last updated the entity (including its properties) in LUSID.
◆ StagedModificationIdModified
| string Lusid.Sdk.Model.ModelVersion.StagedModificationIdModified |
|
getset |
The ID of the staged change that resulted in the most recent modification.
The ID of the staged change that resulted in the most recent modification.
◆ UserIdCreated
| string Lusid.Sdk.Model.ModelVersion.UserIdCreated |
|
getset |
The unique id of the user who created the entity.
The unique id of the user who created the entity.
◆ UserIdModified
| string Lusid.Sdk.Model.ModelVersion.UserIdModified |
|
getset |
The unique id of the user who last updated the entity (including its properties) in LUSID.
The unique id of the user who last updated the entity (including its properties) in LUSID.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/ModelVersion.cs