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

UpdateRelationshipDefinitionRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 The display name of the relation. More...
 
string OutwardDescription [get, set]
 The description to relate source entity object and target entity object. More...
 
string InwardDescription [get, set]
 The description to relate target entity object and source entity object. More...
 

Detailed Description

UpdateRelationshipDefinitionRequest

Constructor & Destructor Documentation

◆ UpdateRelationshipDefinitionRequest() [1/2]

Lusid.Sdk.Model.UpdateRelationshipDefinitionRequest.UpdateRelationshipDefinitionRequest ( )
inlineprotected

Initializes a new instance of the UpdateRelationshipDefinitionRequest class.

◆ UpdateRelationshipDefinitionRequest() [2/2]

Lusid.Sdk.Model.UpdateRelationshipDefinitionRequest.UpdateRelationshipDefinitionRequest ( string  displayName = default(string),
string  outwardDescription = default(string),
string  inwardDescription = default(string) 
)
inline

Initializes a new instance of the UpdateRelationshipDefinitionRequest class.

Parameters
displayNameThe display name of the relation. (required).
outwardDescriptionThe description to relate source entity object and target entity object. (required).
inwardDescriptionThe description to relate target entity object and source entity object. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateRelationshipDefinitionRequest instances are equal

Parameters
inputInstance of UpdateRelationshipDefinitionRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DisplayName

string Lusid.Sdk.Model.UpdateRelationshipDefinitionRequest.DisplayName
getset

The display name of the relation.

The display name of the relation.

◆ InwardDescription

string Lusid.Sdk.Model.UpdateRelationshipDefinitionRequest.InwardDescription
getset

The description to relate target entity object and source entity object.

The description to relate target entity object and source entity object.

◆ OutwardDescription

string Lusid.Sdk.Model.UpdateRelationshipDefinitionRequest.OutwardDescription
getset

The description to relate source entity object and target entity object.

The description to relate source entity object and target entity object.


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