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

Representation of a relation containing details of source and target entities, and both outward and inward descriptions. More...

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

Public Member Functions

 CompleteRelation (string href=default(string), ModelVersion version=default(ModelVersion), ResourceId relationDefinitionId=default(ResourceId), Dictionary< string, string > sourceEntityId=default(Dictionary< string, string >), Dictionary< string, string > targetEntityId=default(Dictionary< string, string >), string outwardDescription=default(string), string inwardDescription=default(string), DateTimeOffset effectiveFrom=default(DateTimeOffset))
 Initializes a new instance of the CompleteRelation 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 (CompleteRelation input)
 Returns true if CompleteRelation instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 Gets or Sets Href More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
ResourceId RelationDefinitionId [get, set]
 Gets or Sets RelationDefinitionId More...
 
Dictionary< string, string > SourceEntityId [get, set]
 Gets or Sets SourceEntityId More...
 
Dictionary< string, string > TargetEntityId [get, set]
 Gets or Sets TargetEntityId More...
 
string OutwardDescription [get, set]
 Gets or Sets OutwardDescription More...
 
string InwardDescription [get, set]
 Gets or Sets InwardDescription More...
 
DateTimeOffset EffectiveFrom [get, set]
 Gets or Sets EffectiveFrom More...
 

Detailed Description

Representation of a relation containing details of source and target entities, and both outward and inward descriptions.

Constructor & Destructor Documentation

◆ CompleteRelation() [1/2]

Lusid.Sdk.Model.CompleteRelation.CompleteRelation ( )
inlineprotected

Initializes a new instance of the CompleteRelation class.

◆ CompleteRelation() [2/2]

Lusid.Sdk.Model.CompleteRelation.CompleteRelation ( string  href = default(string),
ModelVersion  version = default(ModelVersion),
ResourceId  relationDefinitionId = default(ResourceId),
Dictionary< string, string >  sourceEntityId = default(Dictionary<string, string>),
Dictionary< string, string >  targetEntityId = default(Dictionary<string, string>),
string  outwardDescription = default(string),
string  inwardDescription = default(string),
DateTimeOffset  effectiveFrom = default(DateTimeOffset) 
)
inline

Initializes a new instance of the CompleteRelation class.

Parameters
hrefhref.
versionversion.
relationDefinitionIdrelationDefinitionId (required).
sourceEntityIdsourceEntityId (required).
targetEntityIdtargetEntityId (required).
outwardDescriptionoutwardDescription (required).
inwardDescriptioninwardDescription (required).
effectiveFromeffectiveFrom.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CompleteRelation instances are equal

Parameters
inputInstance of CompleteRelation to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.CompleteRelation._Version
getset

Gets or Sets _Version

◆ EffectiveFrom

DateTimeOffset Lusid.Sdk.Model.CompleteRelation.EffectiveFrom
getset

Gets or Sets EffectiveFrom

◆ Href

string Lusid.Sdk.Model.CompleteRelation.Href
getset

Gets or Sets Href

◆ InwardDescription

string Lusid.Sdk.Model.CompleteRelation.InwardDescription
getset

Gets or Sets InwardDescription

◆ OutwardDescription

string Lusid.Sdk.Model.CompleteRelation.OutwardDescription
getset

Gets or Sets OutwardDescription

◆ RelationDefinitionId

ResourceId Lusid.Sdk.Model.CompleteRelation.RelationDefinitionId
getset

Gets or Sets RelationDefinitionId

◆ SourceEntityId

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

Gets or Sets SourceEntityId

◆ TargetEntityId

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

Gets or Sets TargetEntityId


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