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

CancelledPlacementResult More...

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

Public Member Functions

 CancelledPlacementResult (Placement placementState=default(Placement), List< ResourceId > cancelledChildPlacements=default(List< ResourceId >))
 Initializes a new instance of the CancelledPlacementResult 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 (CancelledPlacementResult input)
 Returns true if CancelledPlacementResult instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

Placement PlacementState [get, set]
 Gets or Sets PlacementState More...
 
List< ResourceIdCancelledChildPlacements [get, set]
 Child placements which have also been cancelled following cancellation of the parent More...
 

Detailed Description

CancelledPlacementResult

Constructor & Destructor Documentation

◆ CancelledPlacementResult() [1/2]

Lusid.Sdk.Model.CancelledPlacementResult.CancelledPlacementResult ( )
inlineprotected

Initializes a new instance of the CancelledPlacementResult class.

◆ CancelledPlacementResult() [2/2]

Lusid.Sdk.Model.CancelledPlacementResult.CancelledPlacementResult ( Placement  placementState = default(Placement),
List< ResourceId cancelledChildPlacements = default(List<ResourceId>) 
)
inline

Initializes a new instance of the CancelledPlacementResult class.

Parameters
placementStateplacementState.
cancelledChildPlacementsChild placements which have also been cancelled following cancellation of the parent (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CancelledPlacementResult instances are equal

Parameters
inputInstance of CancelledPlacementResult to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CancelledChildPlacements

List<ResourceId> Lusid.Sdk.Model.CancelledPlacementResult.CancelledChildPlacements
getset

Child placements which have also been cancelled following cancellation of the parent

Child placements which have also been cancelled following cancellation of the parent

◆ PlacementState

Placement Lusid.Sdk.Model.CancelledPlacementResult.PlacementState
getset

Gets or Sets PlacementState


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