EarlyRedemptionElection for EarlyRedemptionEvent
More...
|
| string | ElectionKey [get, set] |
| | Unique key associated to this election More...
|
| |
| bool | IsDefault [get, set] |
| | Is this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided. More...
|
| |
| bool | IsChosen [get, set] |
| | Is this the election that has been explicitly chosen from multiple options. More...
|
| |
◆ EarlyRedemptionElection() [1/2]
| Lusid.Sdk.Model.EarlyRedemptionElection.EarlyRedemptionElection |
( |
| ) |
|
|
inlineprotected |
◆ EarlyRedemptionElection() [2/2]
| Lusid.Sdk.Model.EarlyRedemptionElection.EarlyRedemptionElection |
( |
string |
electionKey = default(string), |
|
|
bool |
isDefault = default(bool), |
|
|
bool |
isChosen = default(bool) |
|
) |
| |
|
inline |
Initializes a new instance of the EarlyRedemptionElection class.
- Parameters
-
| electionKey | Unique key associated to this election (required). |
| isDefault | Is this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided.. |
| isChosen | Is this the election that has been explicitly chosen from multiple options.. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.EarlyRedemptionElection.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.EarlyRedemptionElection.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.EarlyRedemptionElection.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.EarlyRedemptionElection.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ ElectionKey
| string Lusid.Sdk.Model.EarlyRedemptionElection.ElectionKey |
|
getset |
Unique key associated to this election
Unique key associated to this election
◆ IsChosen
| bool Lusid.Sdk.Model.EarlyRedemptionElection.IsChosen |
|
getset |
Is this the election that has been explicitly chosen from multiple options.
Is this the election that has been explicitly chosen from multiple options.
◆ IsDefault
| bool Lusid.Sdk.Model.EarlyRedemptionElection.IsDefault |
|
getset |
Is this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided.
Is this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/EarlyRedemptionElection.cs