UpdateDerivedPropertyDefinitionRequest
More...
|
| string | DisplayName [get, set] |
| | The display name of the property. More...
|
| |
| ResourceId | DataTypeId [get, set] |
| | Gets or Sets DataTypeId More...
|
| |
| string | PropertyDescription [get, set] |
| | Describes the property More...
|
| |
| string | DerivationFormula [get, set] |
| | The rule that defines how data is composed for a derived property. More...
|
| |
| bool | IsFilterable [get, set] |
| | Bool indicating whether the values of this property are fitlerable, this is true for all non-derived property defintions. For a derived definition this must be set true to enable filtering. More...
|
| |
| string | ValueFormat [get, set] |
| | The format in which values for this property definition should be represented. Available values: Text, Html. More...
|
| |
| string | CustomEntityType [get, set] |
| | The custom entity type that this derived property definition can be applied to. More...
|
| |
◆ UpdateDerivedPropertyDefinitionRequest() [1/2]
| Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.UpdateDerivedPropertyDefinitionRequest |
( |
| ) |
|
|
inlineprotected |
◆ UpdateDerivedPropertyDefinitionRequest() [2/2]
| Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.UpdateDerivedPropertyDefinitionRequest |
( |
string |
displayName = default(string), |
|
|
ResourceId |
dataTypeId = default(ResourceId), |
|
|
string |
propertyDescription = default(string), |
|
|
string |
derivationFormula = default(string), |
|
|
bool |
isFilterable = default(bool), |
|
|
string |
valueFormat = default(string), |
|
|
string |
customEntityType = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the UpdateDerivedPropertyDefinitionRequest class.
- Parameters
-
| displayName | The display name of the property. (required). |
| dataTypeId | dataTypeId (required). |
| propertyDescription | Describes the property. |
| derivationFormula | The rule that defines how data is composed for a derived property. (required). |
| isFilterable | Bool indicating whether the values of this property are fitlerable, this is true for all non-derived property defintions. For a derived definition this must be set true to enable filtering. (required). |
| valueFormat | The format in which values for this property definition should be represented. Available values: Text, Html.. |
| customEntityType | The custom entity type that this derived property definition can be applied to.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ GetHashCode()
| override int Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ CustomEntityType
| string Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.CustomEntityType |
|
getset |
The custom entity type that this derived property definition can be applied to.
The custom entity type that this derived property definition can be applied to.
◆ DataTypeId
| ResourceId Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.DataTypeId |
|
getset |
◆ DerivationFormula
| string Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.DerivationFormula |
|
getset |
The rule that defines how data is composed for a derived property.
The rule that defines how data is composed for a derived property.
◆ DisplayName
| string Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.DisplayName |
|
getset |
The display name of the property.
The display name of the property.
◆ IsFilterable
| bool Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.IsFilterable |
|
getset |
Bool indicating whether the values of this property are fitlerable, this is true for all non-derived property defintions. For a derived definition this must be set true to enable filtering.
Bool indicating whether the values of this property are fitlerable, this is true for all non-derived property defintions. For a derived definition this must be set true to enable filtering.
◆ PropertyDescription
| string Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.PropertyDescription |
|
getset |
Describes the property
Describes the property
◆ ValueFormat
| string Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.ValueFormat |
|
getset |
The format in which values for this property definition should be represented. Available values: Text, Html.
The format in which values for this property definition should be represented. Available values: Text, Html.
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/UpdateDerivedPropertyDefinitionRequest.cs