LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.DataPointVersion Class Reference

The version metadata for DataPoints. More...

Inheritance diagram for Lusid.Sdk.Model.DataPointVersion:
Inheritance graph
[legend]

Public Member Functions

 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...
 

Properties

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...
 

Detailed Description

The version metadata for DataPoints.

Constructor & Destructor Documentation

◆ 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
asAtCreatedThe asAt datetime at which the entity was first created in LUSID..
userIdCreatedThe unique id of the user who created the entity..
requestIdCreatedThe unique request id of the command that created the entity..
asAtModifiedThe asAt datetime at which the entity (including its properties) was last updated in LUSID..
userIdModifiedThe unique id of the user who last updated the entity (including its properties) in LUSID..
requestIdModifiedThe unique request id of the command that last updated the entity (including its properties) in LUSID..
asAtVersionNumberThe integer version number for the entity (the entity was created at version 1).
entityUniqueIdThe unique id of the entity.

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.DataPointVersion.Equals ( DataPointVersion  input)
inline

Returns true if DataPointVersion instances are equal

Parameters
inputInstance of DataPointVersion to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.DataPointVersion.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject 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

Property Documentation

◆ 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: