The version metadata for DataPoints.
More...
|
| | DataPointVersion (DateTimeOffset? asAtCreated=default(DateTimeOffset?), string userIdCreated=default(string), string requestIdCreated=default(string), DateTimeOffset? asAtModified=default(DateTimeOffset?), string userIdModified=default(string), string requestIdModified=default(string), int? asAtVersionNumber=default(int?), string entityUniqueId=default(string)) |
| | Initializes a new instance of the DataPointVersion 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 (DataPointVersion input) |
| | Returns true if DataPointVersion instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code 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...
|
| |
| 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...
|
| |
| 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...
|
| |
The version metadata for DataPoints.
◆ DataPointVersion()
| Lusid.Sdk.Model.DataPointVersion.DataPointVersion |
( |
DateTimeOffset? |
asAtCreated = default(DateTimeOffset?), |
|
|
string |
userIdCreated = default(string), |
|
|
string |
requestIdCreated = default(string), |
|
|
DateTimeOffset? |
asAtModified = default(DateTimeOffset?), |
|
|
string |
userIdModified = default(string), |
|
|
string |
requestIdModified = default(string), |
|
|
int? |
asAtVersionNumber = default(int?), |
|
|
string |
entityUniqueId = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the DataPointVersion class.
- Parameters
-
| 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.. |
| 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.. |
| asAtVersionNumber | The integer version number for the entity (the entity was created at version 1). |
| entityUniqueId | The unique id of the entity. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.DataPointVersion.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.DataPointVersion.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.DataPointVersion.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.DataPointVersion.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AsAtCreated
| DateTimeOffset? Lusid.Sdk.Model.DataPointVersion.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.
◆ AsAtModified
| DateTimeOffset? Lusid.Sdk.Model.DataPointVersion.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.DataPointVersion.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)
◆ EntityUniqueId
| string Lusid.Sdk.Model.DataPointVersion.EntityUniqueId |
|
getset |
The unique id of the entity
The unique id of the entity
◆ RequestIdCreated
| string Lusid.Sdk.Model.DataPointVersion.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.DataPointVersion.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.
◆ UserIdCreated
| string Lusid.Sdk.Model.DataPointVersion.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.DataPointVersion.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/DataPointVersion.cs