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

MembershipAmendmentResponse More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

ResourceId CustomDataModelId [get, set]
 Gets or Sets CustomDataModelId More...
 
string EntityType [get, set]
 The type of the entity that was added or removed from the Custom Data Model. More...
 
string EntityUniqueId [get, set]
 The entity unique identifier of the entity that was added or removed from the Custom Data Model. More...
 
string Operation [get, set]
 The operation that was performed on the entity's membership in the Custom Data Model. Either 'Add' or 'Remove'. More...
 
string EntityDisplayName [get, set]
 The display name of the entity that was added or removed from the Custom Data Model. More...
 
DataModelMembership DataModelMembership [get, set]
 Gets or Sets DataModelMembership More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
StagedModificationsInfo StagedModifications [get, set]
 Gets or Sets StagedModifications More...
 

Detailed Description

MembershipAmendmentResponse

Constructor & Destructor Documentation

◆ MembershipAmendmentResponse() [1/2]

Lusid.Sdk.Model.MembershipAmendmentResponse.MembershipAmendmentResponse ( )
inlineprotected

Initializes a new instance of the MembershipAmendmentResponse class.

◆ MembershipAmendmentResponse() [2/2]

Lusid.Sdk.Model.MembershipAmendmentResponse.MembershipAmendmentResponse ( ResourceId  customDataModelId = default(ResourceId),
string  entityType = default(string),
string  entityUniqueId = default(string),
string  operation = default(string),
string  entityDisplayName = default(string),
DataModelMembership  dataModelMembership = default(DataModelMembership),
ModelVersion  varVersion = default(ModelVersion),
StagedModificationsInfo  stagedModifications = default(StagedModificationsInfo) 
)
inline

Initializes a new instance of the MembershipAmendmentResponse class.

Parameters
customDataModelIdcustomDataModelId (required).
entityTypeThe type of the entity that was added or removed from the Custom Data Model. (required).
entityUniqueIdThe entity unique identifier of the entity that was added or removed from the Custom Data Model. (required).
operationThe operation that was performed on the entity's membership in the Custom Data Model. Either 'Add' or 'Remove'. (required).
entityDisplayNameThe display name of the entity that was added or removed from the Custom Data Model. (required).
dataModelMembershipdataModelMembership.
varVersionvarVersion.
stagedModificationsstagedModifications.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if MembershipAmendmentResponse instances are equal

Parameters
inputInstance of MembershipAmendmentResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CustomDataModelId

ResourceId Lusid.Sdk.Model.MembershipAmendmentResponse.CustomDataModelId
getset

Gets or Sets CustomDataModelId

◆ DataModelMembership

DataModelMembership Lusid.Sdk.Model.MembershipAmendmentResponse.DataModelMembership
getset

Gets or Sets DataModelMembership

◆ EntityDisplayName

string Lusid.Sdk.Model.MembershipAmendmentResponse.EntityDisplayName
getset

The display name of the entity that was added or removed from the Custom Data Model.

The display name of the entity that was added or removed from the Custom Data Model.

◆ EntityType

string Lusid.Sdk.Model.MembershipAmendmentResponse.EntityType
getset

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

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

◆ EntityUniqueId

string Lusid.Sdk.Model.MembershipAmendmentResponse.EntityUniqueId
getset

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

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

◆ Operation

string Lusid.Sdk.Model.MembershipAmendmentResponse.Operation
getset

The operation that was performed on the entity's membership in the Custom Data Model. Either 'Add' or 'Remove'.

The operation that was performed on the entity's membership in the Custom Data Model. Either 'Add' or 'Remove'.

◆ StagedModifications

StagedModificationsInfo Lusid.Sdk.Model.MembershipAmendmentResponse.StagedModifications
getset

Gets or Sets StagedModifications

◆ VarVersion

ModelVersion Lusid.Sdk.Model.MembershipAmendmentResponse.VarVersion
getset

Gets or Sets VarVersion


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