UpdatePropertyDefinitionRequest
More...
|
| string | DisplayName [get, set] |
| | The display name of the property. More...
|
| |
| string | PropertyDescription [get, set] |
| | Describes the property More...
|
| |
| List< string > | CustomEntityTypes [get, set] |
| | The custom entity types that properties relating to this property definition can be applied to. More...
|
| |
| string | ValueFormat [get, set] |
| | The format in which values for this property definition should be represented. Available values: Text, Html. More...
|
| |
◆ UpdatePropertyDefinitionRequest() [1/2]
| Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.UpdatePropertyDefinitionRequest |
( |
| ) |
|
|
inlineprotected |
◆ UpdatePropertyDefinitionRequest() [2/2]
| Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.UpdatePropertyDefinitionRequest |
( |
string |
displayName = default(string), |
|
|
string |
propertyDescription = default(string), |
|
|
List< string > |
customEntityTypes = default(List<string>), |
|
|
string |
valueFormat = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the UpdatePropertyDefinitionRequest class.
- Parameters
-
| displayName | The display name of the property. (required). |
| propertyDescription | Describes the property. |
| customEntityTypes | The custom entity types that properties relating to this property definition can be applied to.. |
| valueFormat | The format in which values for this property definition should be represented. Available values: Text, Html.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.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.UpdatePropertyDefinitionRequest.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ CustomEntityTypes
| List<string> Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.CustomEntityTypes |
|
getset |
The custom entity types that properties relating to this property definition can be applied to.
The custom entity types that properties relating to this property definition can be applied to.
◆ DisplayName
| string Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.DisplayName |
|
getset |
The display name of the property.
The display name of the property.
◆ PropertyDescription
| string Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.PropertyDescription |
|
getset |
Describes the property
Describes the property
◆ ValueFormat
| string Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.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/UpdatePropertyDefinitionRequest.cs