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

BatchAmendCustomDataModelMembershipResponse More...

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

Public Member Functions

 BatchAmendCustomDataModelMembershipResponse (Dictionary< string, MembershipAmendmentResponse > values=default(Dictionary< string, MembershipAmendmentResponse >), Dictionary< string, MembershipAmendmentResponse > staged=default(Dictionary< string, MembershipAmendmentResponse >), Dictionary< string, ErrorDetail > failed=default(Dictionary< string, ErrorDetail >), Dictionary< string, List< ResponseMetaData >> metadata=default(Dictionary< string, List< ResponseMetaData >>))
 Initializes a new instance of the BatchAmendCustomDataModelMembershipResponse 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 (BatchAmendCustomDataModelMembershipResponse input)
 Returns true if BatchAmendCustomDataModelMembershipResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Dictionary< string, MembershipAmendmentResponseValues [get, set]
 Gets or Sets Values More...
 
Dictionary< string, MembershipAmendmentResponseStaged [get, set]
 Gets or Sets Staged More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 Gets or Sets Failed More...
 
Dictionary< string, List< ResponseMetaData > > Metadata [get, set]
 Gets or Sets Metadata More...
 

Detailed Description

BatchAmendCustomDataModelMembershipResponse

Constructor & Destructor Documentation

◆ BatchAmendCustomDataModelMembershipResponse()

Lusid.Sdk.Model.BatchAmendCustomDataModelMembershipResponse.BatchAmendCustomDataModelMembershipResponse ( Dictionary< string, MembershipAmendmentResponse values = default(Dictionary<string, MembershipAmendmentResponse>),
Dictionary< string, MembershipAmendmentResponse staged = default(Dictionary<string, MembershipAmendmentResponse>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
Dictionary< string, List< ResponseMetaData >>  metadata = default(Dictionary<string, List<ResponseMetaData>>) 
)
inline

Initializes a new instance of the BatchAmendCustomDataModelMembershipResponse class.

Parameters
valuesvalues.
stagedstaged.
failedfailed.
metadatametadata.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BatchAmendCustomDataModelMembershipResponse instances are equal

Parameters
inputInstance of BatchAmendCustomDataModelMembershipResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

Dictionary<string, ErrorDetail> Lusid.Sdk.Model.BatchAmendCustomDataModelMembershipResponse.Failed
getset

Gets or Sets Failed

◆ Metadata

Dictionary<string, List<ResponseMetaData> > Lusid.Sdk.Model.BatchAmendCustomDataModelMembershipResponse.Metadata
getset

Gets or Sets Metadata

◆ Staged

Dictionary<string, MembershipAmendmentResponse> Lusid.Sdk.Model.BatchAmendCustomDataModelMembershipResponse.Staged
getset

Gets or Sets Staged

◆ Values

Dictionary<string, MembershipAmendmentResponse> Lusid.Sdk.Model.BatchAmendCustomDataModelMembershipResponse.Values
getset

Gets or Sets Values


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