DerivedPropertyComponent
More...
|
| string | Component [get, set] |
| | The component of the formula which is being evaluated. More...
|
| |
| string | DisplayName [get, set] |
| | The display name of the component being evaluated. More...
|
| |
| string | Type [get, set] |
| | The type of the formula component. Available values: Variable, DerivedProperty, Literal, PartialFormula. More...
|
| |
| PropertyValue | Value [get, set] |
| | Gets or Sets Value More...
|
| |
| string | DerivationFormula [get, set] |
| | The derivation formula of the component. This field will only be populated if the component is a derived property. More...
|
| |
| List< DerivedPropertyComponent > | SubComponents [get, set] |
| | Any sub-components of this formula. If this formula cannot be further decomposed, this collection will be null. More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ DerivedPropertyComponent()
Initializes a new instance of the DerivedPropertyComponent class.
- Parameters
-
| component | The component of the formula which is being evaluated.. |
| displayName | The display name of the component being evaluated.. |
| type | The type of the formula component. Available values: Variable, DerivedProperty, Literal, PartialFormula.. |
| value | value. |
| derivationFormula | The derivation formula of the component. This field will only be populated if the component is a derived property.. |
| subComponents | Any sub-components of this formula. If this formula cannot be further decomposed, this collection will be null.. |
| links | links. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.DerivedPropertyComponent.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.DerivedPropertyComponent.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.DerivedPropertyComponent.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.DerivedPropertyComponent.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Component
| string Lusid.Sdk.Model.DerivedPropertyComponent.Component |
|
getset |
The component of the formula which is being evaluated.
The component of the formula which is being evaluated.
◆ DerivationFormula
| string Lusid.Sdk.Model.DerivedPropertyComponent.DerivationFormula |
|
getset |
The derivation formula of the component. This field will only be populated if the component is a derived property.
The derivation formula of the component. This field will only be populated if the component is a derived property.
◆ DisplayName
| string Lusid.Sdk.Model.DerivedPropertyComponent.DisplayName |
|
getset |
The display name of the component being evaluated.
The display name of the component being evaluated.
◆ Links
| List<Link> Lusid.Sdk.Model.DerivedPropertyComponent.Links |
|
getset |
◆ SubComponents
Any sub-components of this formula. If this formula cannot be further decomposed, this collection will be null.
Any sub-components of this formula. If this formula cannot be further decomposed, this collection will be null.
◆ Type
| string Lusid.Sdk.Model.DerivedPropertyComponent.Type |
|
getset |
The type of the formula component. Available values: Variable, DerivedProperty, Literal, PartialFormula.
The type of the formula component. Available values: Variable, DerivedProperty, Literal, PartialFormula.
◆ Value
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/DerivedPropertyComponent.cs