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

An Abor entity. More...

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

Public Member Functions

 Abor (string href=default(string), ResourceId id=default(ResourceId), string displayName=default(string), string description=default(string), List< PortfolioEntityId > portfolioIds=default(List< PortfolioEntityId >), ResourceId aborConfigurationId=default(ResourceId), Dictionary< string, Property > properties=default(Dictionary< string, Property >), ModelVersion version=default(ModelVersion), string baseCurrency=default(string), List< Link > links=default(List< Link >))
 Initializes a new instance of the Abor 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 (Abor input)
 Returns true if Abor instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
ResourceId Id [get, set]
 Gets or Sets Id More...
 
string DisplayName [get, set]
 The name of the Abor. More...
 
string Description [get, set]
 The description for the Abor. More...
 
List< PortfolioEntityIdPortfolioIds [get, set]
 The list with the portfolio ids which are part of the Abor. Note: These must all have the same base currency. More...
 
ResourceId AborConfigurationId [get, set]
 Gets or Sets AborConfigurationId More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the Abor. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
string BaseCurrency [get, set]
 The base currency of the abor based on contained portfolio base currencies. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

An Abor entity.

Constructor & Destructor Documentation

◆ Abor() [1/2]

Lusid.Sdk.Model.Abor.Abor ( )
inlineprotected

Initializes a new instance of the Abor class.

◆ Abor() [2/2]

Lusid.Sdk.Model.Abor.Abor ( string  href = default(string),
ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
List< PortfolioEntityId portfolioIds = default(List<PortfolioEntityId>),
ResourceId  aborConfigurationId = default(ResourceId),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
ModelVersion  version = default(ModelVersion),
string  baseCurrency = default(string),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the Abor class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
idid (required).
displayNameThe name of the Abor..
descriptionThe description for the Abor..
portfolioIdsThe list with the portfolio ids which are part of the Abor. Note: These must all have the same base currency. (required).
aborConfigurationIdaborConfigurationId.
propertiesA set of properties for the Abor..
versionversion.
baseCurrencyThe base currency of the abor based on contained portfolio base currencies..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if Abor instances are equal

Parameters
inputInstance of Abor to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.Abor._Version
getset

Gets or Sets _Version

◆ AborConfigurationId

ResourceId Lusid.Sdk.Model.Abor.AborConfigurationId
getset

Gets or Sets AborConfigurationId

◆ BaseCurrency

string Lusid.Sdk.Model.Abor.BaseCurrency
getset

The base currency of the abor based on contained portfolio base currencies.

The base currency of the abor based on contained portfolio base currencies.

◆ Description

string Lusid.Sdk.Model.Abor.Description
getset

The description for the Abor.

The description for the Abor.

◆ DisplayName

string Lusid.Sdk.Model.Abor.DisplayName
getset

The name of the Abor.

The name of the Abor.

◆ Href

string Lusid.Sdk.Model.Abor.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Id

ResourceId Lusid.Sdk.Model.Abor.Id
getset

Gets or Sets Id

◆ Links

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

Gets or Sets Links

◆ PortfolioIds

List<PortfolioEntityId> Lusid.Sdk.Model.Abor.PortfolioIds
getset

The list with the portfolio ids which are part of the Abor. Note: These must all have the same base currency.

The list with the portfolio ids which are part of the Abor. Note: These must all have the same base currency.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.Abor.Properties
getset

A set of properties for the Abor.

A set of properties for the Abor.


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