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

The version metadata. More...

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

Public Member Functions

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

Protected Member Functions

 Version ()
 Initializes a new instance of the Version class. More...
 

Properties

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

Detailed Description

The version metadata.

Constructor & Destructor Documentation

◆ 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
effectiveFromThe effective datetime at which this version became valid. Only applies when a single entity is being interacted with. (required).
asAtDateThe asAt datetime at which the data was committed to LUSID. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

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

Property Documentation

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