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

MembershipAmendmentRequest More...

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

Public Member Functions

 MembershipAmendmentRequest (ResourceId customDataModelId=default(ResourceId), string entityType=default(string), string entityUniqueId=default(string), string operation=default(string))
 Initializes a new instance of the MembershipAmendmentRequest 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 (MembershipAmendmentRequest input)
 Returns true if MembershipAmendmentRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId CustomDataModelId [get, set]
 Gets or Sets CustomDataModelId More...
 
string EntityType [get, set]
 The type of the entity that is being added or removed from the Custom Data Model. More...
 
string EntityUniqueId [get, set]
 The entity unique identifier of the entity that is being added or removed from the Custom Data Model. More...
 
string Operation [get, set]
 The operation to be performed on the entity's membership in the Custom Data Model. Available values: Add, Remove. More...
 

Detailed Description

MembershipAmendmentRequest

Constructor & Destructor Documentation

◆ MembershipAmendmentRequest() [1/2]

Lusid.Sdk.Model.MembershipAmendmentRequest.MembershipAmendmentRequest ( )
inlineprotected

Initializes a new instance of the MembershipAmendmentRequest class.

◆ MembershipAmendmentRequest() [2/2]

Lusid.Sdk.Model.MembershipAmendmentRequest.MembershipAmendmentRequest ( ResourceId  customDataModelId = default(ResourceId),
string  entityType = default(string),
string  entityUniqueId = default(string),
string  operation = default(string) 
)
inline

Initializes a new instance of the MembershipAmendmentRequest class.

Parameters
customDataModelIdcustomDataModelId (required).
entityTypeThe type of the entity that is being added or removed from the Custom Data Model. (required).
entityUniqueIdThe entity unique identifier of the entity that is being added or removed from the Custom Data Model. (required).
operationThe operation to be performed on the entity's membership in the Custom Data Model. Available values: Add, Remove. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if MembershipAmendmentRequest instances are equal

Parameters
inputInstance of MembershipAmendmentRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CustomDataModelId

ResourceId Lusid.Sdk.Model.MembershipAmendmentRequest.CustomDataModelId
getset

Gets or Sets CustomDataModelId

◆ EntityType

string Lusid.Sdk.Model.MembershipAmendmentRequest.EntityType
getset

The type of the entity that is being added or removed from the Custom Data Model.

The type of the entity that is being added or removed from the Custom Data Model.

◆ EntityUniqueId

string Lusid.Sdk.Model.MembershipAmendmentRequest.EntityUniqueId
getset

The entity unique identifier of the entity that is being added or removed from the Custom Data Model.

The entity unique identifier of the entity that is being added or removed from the Custom Data Model.

◆ Operation

string Lusid.Sdk.Model.MembershipAmendmentRequest.Operation
getset

The operation to be performed on the entity's membership in the Custom Data Model. Available values: Add, Remove.

The operation to be performed on the entity's membership in the Custom Data Model. Available values: Add, Remove.


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