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

DeleteRelationRequest More...

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

Public Member Functions

 DeleteRelationRequest (Dictionary< string, string > sourceEntityId=default(Dictionary< string, string >), Dictionary< string, string > targetEntityId=default(Dictionary< string, string >))
 Initializes a new instance of the DeleteRelationRequest 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 (DeleteRelationRequest input)
 Returns true if DeleteRelationRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

Dictionary< string, string > SourceEntityId [get, set]
 The identifier of the source entity of the relation to be deleted. More...
 
Dictionary< string, string > TargetEntityId [get, set]
 The identifier of the target entity of the relation to be deleted. More...
 

Detailed Description

DeleteRelationRequest

Constructor & Destructor Documentation

◆ DeleteRelationRequest() [1/2]

Lusid.Sdk.Model.DeleteRelationRequest.DeleteRelationRequest ( )
inlineprotected

Initializes a new instance of the DeleteRelationRequest class.

◆ DeleteRelationRequest() [2/2]

Lusid.Sdk.Model.DeleteRelationRequest.DeleteRelationRequest ( Dictionary< string, string >  sourceEntityId = default(Dictionary<string, string>),
Dictionary< string, string >  targetEntityId = default(Dictionary<string, string>) 
)
inline

Initializes a new instance of the DeleteRelationRequest class.

Parameters
sourceEntityIdThe identifier of the source entity of the relation to be deleted. (required).
targetEntityIdThe identifier of the target entity of the relation to be deleted. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DeleteRelationRequest instances are equal

Parameters
inputInstance of DeleteRelationRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SourceEntityId

Dictionary<string, string> Lusid.Sdk.Model.DeleteRelationRequest.SourceEntityId
getset

The identifier of the source entity of the relation to be deleted.

The identifier of the source entity of the relation to be deleted.

◆ TargetEntityId

Dictionary<string, string> Lusid.Sdk.Model.DeleteRelationRequest.TargetEntityId
getset

The identifier of the target entity of the relation to be deleted.

The identifier of the target entity of the relation to be deleted.


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