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

Link class. 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]
 Relation of link. More...
 
string Href [get, set]
 Href of link. More...
 
string Description [get, set]
 Description of link. More...
 
string Method [get, set]
 Http method of link. More...
 

Detailed Description

Link class.

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 of link. (required).
hrefHref of link. (required).
descriptionDescription of link..
methodHttp method of link. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/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

◆ 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

Description of link.

Description of link.

◆ Href

string Lusid.Sdk.Model.Link.Href
getset

Href of link.

Href of link.

◆ Method

string Lusid.Sdk.Model.Link.Method
getset

Http method of link.

Http method of link.

◆ Relation

string Lusid.Sdk.Model.Link.Relation
getset

Relation of link.

Relation of link.


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