CustomDataModelPropertySpecification
More...
|
| string | PropertyKey [get, set] |
| | The property key that is required/allowed on the bound entity. More...
|
| |
| bool | Required [get, set] |
| | Whether property is required or allowed. More...
|
| |
◆ CustomDataModelPropertySpecification() [1/2]
| Lusid.Sdk.Model.CustomDataModelPropertySpecification.CustomDataModelPropertySpecification |
( |
| ) |
|
|
inlineprotected |
◆ CustomDataModelPropertySpecification() [2/2]
| Lusid.Sdk.Model.CustomDataModelPropertySpecification.CustomDataModelPropertySpecification |
( |
string |
propertyKey = default(string), |
|
|
bool |
required = default(bool) |
|
) |
| |
|
inline |
Initializes a new instance of the CustomDataModelPropertySpecification class.
- Parameters
-
| propertyKey | The property key that is required/allowed on the bound entity. (required). |
| required | Whether property is required or allowed.. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.CustomDataModelPropertySpecification.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.CustomDataModelPropertySpecification.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.CustomDataModelPropertySpecification.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.CustomDataModelPropertySpecification.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ PropertyKey
| string Lusid.Sdk.Model.CustomDataModelPropertySpecification.PropertyKey |
|
getset |
The property key that is required/allowed on the bound entity.
The property key that is required/allowed on the bound entity.
◆ Required
| bool Lusid.Sdk.Model.CustomDataModelPropertySpecification.Required |
|
getset |
Whether property is required or allowed.
Whether property is required or allowed.
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/CustomDataModelPropertySpecification.cs