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

ResourceListOfCorporateAction More...

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

Public Member Functions

 ResourceListOfCorporateAction (List< CorporateAction > values=default(List< CorporateAction >), string href=default(string), List< Link > links=default(List< Link >), string nextPage=default(string), string previousPage=default(string))
 Initializes a new instance of the ResourceListOfCorporateAction 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 (ResourceListOfCorporateAction input)
 Returns true if ResourceListOfCorporateAction instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

List< CorporateActionValues [get, set]
 Gets or Sets Values More...
 
string Href [get, set]
 Gets or Sets Href More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 
string NextPage [get, set]
 Gets or Sets NextPage More...
 
string PreviousPage [get, set]
 Gets or Sets PreviousPage More...
 

Detailed Description

ResourceListOfCorporateAction

Constructor & Destructor Documentation

◆ ResourceListOfCorporateAction() [1/2]

Lusid.Sdk.Model.ResourceListOfCorporateAction.ResourceListOfCorporateAction ( )
inlineprotected

Initializes a new instance of the ResourceListOfCorporateAction class.

◆ ResourceListOfCorporateAction() [2/2]

Lusid.Sdk.Model.ResourceListOfCorporateAction.ResourceListOfCorporateAction ( List< CorporateAction values = default(List<CorporateAction>),
string  href = default(string),
List< Link links = default(List<Link>),
string  nextPage = default(string),
string  previousPage = default(string) 
)
inline

Initializes a new instance of the ResourceListOfCorporateAction class.

Parameters
valuesvalues (required).
hrefhref.
linkslinks.
nextPagenextPage.
previousPagepreviousPage.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ResourceListOfCorporateAction instances are equal

Parameters
inputInstance of ResourceListOfCorporateAction to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.ResourceListOfCorporateAction.Href
getset

Gets or Sets Href

◆ Links

List<Link> Lusid.Sdk.Model.ResourceListOfCorporateAction.Links
getset

Gets or Sets Links

◆ NextPage

string Lusid.Sdk.Model.ResourceListOfCorporateAction.NextPage
getset

Gets or Sets NextPage

◆ PreviousPage

string Lusid.Sdk.Model.ResourceListOfCorporateAction.PreviousPage
getset

Gets or Sets PreviousPage

◆ Values

List<CorporateAction> Lusid.Sdk.Model.ResourceListOfCorporateAction.Values
getset

Gets or Sets Values


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