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

The staged modifications metadata. More...

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

Public Member Functions

 StagedModificationsInfo (int countPending=default(int), string hrefPending=default(string), List< string > idsPreviewed=default(List< string >))
 Initializes a new instance of the StagedModificationsInfo 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 (StagedModificationsInfo input)
 Returns true if StagedModificationsInfo instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

int CountPending [get, set]
 The number of staged modifications for the entity with a status of Pending for the requested asAt. More...
 
string HrefPending [get, set]
 Link to the list staged modifications endpoint, filtered by entityType, entityUniqueId and status (&#x3D; Pending). More...
 
List< string > IdsPreviewed [get, set]
 An array of the ids of any StagedModifications being previewed. More...
 

Detailed Description

The staged modifications metadata.

Constructor & Destructor Documentation

◆ StagedModificationsInfo() [1/2]

Lusid.Sdk.Model.StagedModificationsInfo.StagedModificationsInfo ( )
inlineprotected

Initializes a new instance of the StagedModificationsInfo class.

◆ StagedModificationsInfo() [2/2]

Lusid.Sdk.Model.StagedModificationsInfo.StagedModificationsInfo ( int  countPending = default(int),
string  hrefPending = default(string),
List< string >  idsPreviewed = default(List<string>) 
)
inline

Initializes a new instance of the StagedModificationsInfo class.

Parameters
countPendingThe number of staged modifications for the entity with a status of Pending for the requested asAt. (required).
hrefPendingLink to the list staged modifications endpoint, filtered by entityType, entityUniqueId and status (&#x3D; Pending). (required).
idsPreviewedAn array of the ids of any StagedModifications being previewed..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if StagedModificationsInfo instances are equal

Parameters
inputInstance of StagedModificationsInfo to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CountPending

int Lusid.Sdk.Model.StagedModificationsInfo.CountPending
getset

The number of staged modifications for the entity with a status of Pending for the requested asAt.

The number of staged modifications for the entity with a status of Pending for the requested asAt.

◆ HrefPending

string Lusid.Sdk.Model.StagedModificationsInfo.HrefPending
getset

Link to the list staged modifications endpoint, filtered by entityType, entityUniqueId and status (&#x3D; Pending).

Link to the list staged modifications endpoint, filtered by entityType, entityUniqueId and status (&#x3D; Pending).

◆ IdsPreviewed

List<string> Lusid.Sdk.Model.StagedModificationsInfo.IdsPreviewed
getset

An array of the ids of any StagedModifications being previewed.

An array of the ids of any StagedModifications being previewed.


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