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

The time an entity was modified (amendment and/or historical correction). More...

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

Public Member Functions

 Change (string href=default(string), ResourceId entityId=default(ResourceId), bool corrected=default(bool), DateTimeOffset? correctionEffectiveAt=default(DateTimeOffset?), DateTimeOffset? correctionAsAt=default(DateTimeOffset?), bool amended=default(bool), DateTimeOffset? amendmentEffectiveAt=default(DateTimeOffset?), DateTimeOffset? amendmentAsAt=default(DateTimeOffset?), List< Link > links=default(List< Link >))
 Initializes a new instance of the Change 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 (Change input)
 Returns true if Change instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 Gets or Sets Href More...
 
ResourceId EntityId [get, set]
 Gets or Sets EntityId More...
 
bool Corrected [get, set]
 Gets or Sets Corrected More...
 
DateTimeOffset CorrectionEffectiveAt [get, set]
 Gets or Sets CorrectionEffectiveAt More...
 
DateTimeOffset CorrectionAsAt [get, set]
 Gets or Sets CorrectionAsAt More...
 
bool Amended [get, set]
 Gets or Sets Amended More...
 
DateTimeOffset AmendmentEffectiveAt [get, set]
 Gets or Sets AmendmentEffectiveAt More...
 
DateTimeOffset AmendmentAsAt [get, set]
 Gets or Sets AmendmentAsAt More...
 
List< LinkLinks [get, set]
 Collection of links. More...
 

Detailed Description

The time an entity was modified (amendment and/or historical correction).

Constructor & Destructor Documentation

◆ Change() [1/2]

Lusid.Sdk.Model.Change.Change ( )
inlineprotected

Initializes a new instance of the Change class.

◆ Change() [2/2]

Lusid.Sdk.Model.Change.Change ( string  href = default(string),
ResourceId  entityId = default(ResourceId),
bool  corrected = default(bool),
DateTimeOffset?  correctionEffectiveAt = default(DateTimeOffset?),
DateTimeOffset?  correctionAsAt = default(DateTimeOffset?),
bool  amended = default(bool),
DateTimeOffset?  amendmentEffectiveAt = default(DateTimeOffset?),
DateTimeOffset?  amendmentAsAt = default(DateTimeOffset?),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the Change class.

Parameters
hrefhref.
entityIdentityId (required).
correctedcorrected (required).
correctionEffectiveAtcorrectionEffectiveAt.
correctionAsAtcorrectionAsAt.
amendedamended (required).
amendmentEffectiveAtamendmentEffectiveAt.
amendmentAsAtamendmentAsAt.
linksCollection of links..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Change instances are equal

Parameters
inputInstance of Change to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.Change.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.Change.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.Change.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amended

bool Lusid.Sdk.Model.Change.Amended
getset

Gets or Sets Amended

◆ AmendmentAsAt

DateTimeOffset Lusid.Sdk.Model.Change.AmendmentAsAt
getset

Gets or Sets AmendmentAsAt

◆ AmendmentEffectiveAt

DateTimeOffset Lusid.Sdk.Model.Change.AmendmentEffectiveAt
getset

Gets or Sets AmendmentEffectiveAt

◆ Corrected

bool Lusid.Sdk.Model.Change.Corrected
getset

Gets or Sets Corrected

◆ CorrectionAsAt

DateTimeOffset Lusid.Sdk.Model.Change.CorrectionAsAt
getset

Gets or Sets CorrectionAsAt

◆ CorrectionEffectiveAt

DateTimeOffset Lusid.Sdk.Model.Change.CorrectionEffectiveAt
getset

Gets or Sets CorrectionEffectiveAt

◆ EntityId

ResourceId Lusid.Sdk.Model.Change.EntityId
getset

Gets or Sets EntityId

◆ Href

string Lusid.Sdk.Model.Change.Href
getset

Gets or Sets Href

◆ Links

List<Link> Lusid.Sdk.Model.Change.Links
getset

Collection of links.

Collection of links.


The documentation for this class was generated from the following file: