The version metadata.
More...
|
| | Version (DateTimeOffset effectiveFrom=default(DateTimeOffset), DateTimeOffset asAtDate=default(DateTimeOffset)) |
| | Initializes a new instance of the Version 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 (Version input) |
| | Returns true if Version 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...
|
| |
◆ Version() [1/2]
| Lusid.Sdk.Model.Version.Version |
( |
| ) |
|
|
inlineprotected |
Initializes a new instance of the Version class.
◆ Version() [2/2]
| Lusid.Sdk.Model.Version.Version |
( |
DateTimeOffset |
effectiveFrom = default(DateTimeOffset), |
|
|
DateTimeOffset |
asAtDate = default(DateTimeOffset) |
|
) |
| |
|
inline |
Initializes a new instance of the Version 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). |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.Version.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
| bool Lusid.Sdk.Model.Version.Equals |
( |
Version |
input | ) |
|
|
inline |
Returns true if Version instances are equal
- Parameters
-
| input | Instance of Version to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.Version.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.Version.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.Version.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AsAtDate
| DateTimeOffset Lusid.Sdk.Model.Version.AsAtDate |
|
getset |
The asAt datetime at which the data was committed to LUSID.
The asAt datetime at which the data was committed to LUSID.
◆ EffectiveFrom
| DateTimeOffset Lusid.Sdk.Model.Version.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.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/stable/sdk/Lusid.Sdk/Model/Version.cs