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

The request used to create an Abor. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Code [get, set]
 The code given for the Abor. 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...
 

Detailed Description

The request used to create an Abor.

Constructor & Destructor Documentation

◆ AborRequest() [1/2]

Lusid.Sdk.Model.AborRequest.AborRequest ( )
inlineprotected

Initializes a new instance of the AborRequest class.

◆ AborRequest() [2/2]

Lusid.Sdk.Model.AborRequest.AborRequest ( string  code = default(string),
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>) 
)
inline

Initializes a new instance of the AborRequest class.

Parameters
codeThe code given for the Abor. (required).
displayNameThe name of the Abor. (required).
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 (required).
propertiesA set of properties for the Abor..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AborRequest instances are equal

Parameters
inputInstance of AborRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AborConfigurationId

ResourceId Lusid.Sdk.Model.AborRequest.AborConfigurationId
getset

Gets or Sets AborConfigurationId

◆ Code

string Lusid.Sdk.Model.AborRequest.Code
getset

The code given for the Abor.

The code given for the Abor.

◆ Description

string Lusid.Sdk.Model.AborRequest.Description
getset

The description for the Abor.

The description for the Abor.

◆ DisplayName

string Lusid.Sdk.Model.AborRequest.DisplayName
getset

The name of the Abor.

The name of the Abor.

◆ PortfolioIds

List<PortfolioEntityId> Lusid.Sdk.Model.AborRequest.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.AborRequest.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: