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

Link More...

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

Public Member Functions

 Link (string relation=default(string), string href=default(string), string description=default(string), string method=default(string))
 Initializes a new instance of the Link 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 (Link input)
 Returns true if Link instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Relation [get, set]
 Gets or Sets Relation More...
 
string Href [get, set]
 Gets or Sets Href More...
 
string Description [get, set]
 Gets or Sets Description More...
 
string Method [get, set]
 Gets or Sets Method More...
 

Detailed Description

Link

Constructor & Destructor Documentation

◆ Link() [1/2]

Lusid.Sdk.Model.Link.Link ( )
inlineprotected

Initializes a new instance of the Link class.

◆ Link() [2/2]

Lusid.Sdk.Model.Link.Link ( string  relation = default(string),
string  href = default(string),
string  description = default(string),
string  method = default(string) 
)
inline

Initializes a new instance of the Link class.

Parameters
relationrelation (required).
hrefhref (required).
descriptiondescription.
methodmethod (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if Link instances are equal

Parameters
inputInstance of Link to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.Link.Description
getset

Gets or Sets Description

◆ Href

string Lusid.Sdk.Model.Link.Href
getset

Gets or Sets Href

◆ Method

string Lusid.Sdk.Model.Link.Method
getset

Gets or Sets Method

◆ Relation

string Lusid.Sdk.Model.Link.Relation
getset

Gets or Sets Relation


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