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

CreateRelationRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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

Detailed Description

CreateRelationRequest

Constructor & Destructor Documentation

◆ CreateRelationRequest() [1/2]

Lusid.Sdk.Model.CreateRelationRequest.CreateRelationRequest ( )
inlineprotected

Initializes a new instance of the CreateRelationRequest class.

◆ CreateRelationRequest() [2/2]

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

Initializes a new instance of the CreateRelationRequest class.

Parameters
sourceEntityIdThe identifier of the source entity. (required).
targetEntityIdThe identifier of the target entity. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateRelationRequest instances are equal

Parameters
inputInstance of CreateRelationRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SourceEntityId

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

The identifier of the source entity.

The identifier of the source entity.

◆ TargetEntityId

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

The identifier of the target entity.

The identifier of the target entity.


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