UpdateCustomDataModelRequest
More...
|
| string | DisplayName [get, set] |
| | The name of the Custom Data Model. More...
|
| |
| string | Description [get, set] |
| | A description for the Custom Data Model. More...
|
| |
| ResourceId | ParentDataModel [get, set] |
| | Gets or Sets ParentDataModel More...
|
| |
| string | Conditions [get, set] |
| | The conditions that the bound entity must meet to be valid. More...
|
| |
| List< CustomDataModelPropertySpecification > | Properties [get, set] |
| | The properties that are required or allowed on the bound entity. More...
|
| |
| List< CustomDataModelIdentifierTypeSpecification > | IdentifierTypes [get, set] |
| | The identifier types that are required or allowed on the bound entity. More...
|
| |
| List< Alias > | AttributeAliases [get, set] |
| | The aliases for property keys, identifier types, and fields on the bound entity. More...
|
| |
| List< RecommendedSortBy > | RecommendedSortBy [get, set] |
| | The preferred default sorting instructions. More...
|
| |
| List< string > | SupplementalPropertyKeys [get, set] |
| | Additional property keys that should be decorated on the bound entity. More...
|
| |
◆ UpdateCustomDataModelRequest() [1/2]
| Lusid.Sdk.Model.UpdateCustomDataModelRequest.UpdateCustomDataModelRequest |
( |
| ) |
|
|
inlineprotected |
◆ UpdateCustomDataModelRequest() [2/2]
Initializes a new instance of the UpdateCustomDataModelRequest class.
- Parameters
-
| displayName | The name of the Custom Data Model. (required). |
| description | A description for the Custom Data Model.. |
| parentDataModel | parentDataModel. |
| conditions | The conditions that the bound entity must meet to be valid.. |
| properties | The properties that are required or allowed on the bound entity.. |
| identifierTypes | The identifier types that are required or allowed on the bound entity.. |
| attributeAliases | The aliases for property keys, identifier types, and fields on the bound entity.. |
| recommendedSortBy | The preferred default sorting instructions.. |
| supplementalPropertyKeys | Additional property keys that should be decorated on the bound entity.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.UpdateCustomDataModelRequest.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.UpdateCustomDataModelRequest.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.UpdateCustomDataModelRequest.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.UpdateCustomDataModelRequest.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AttributeAliases
| List<Alias> Lusid.Sdk.Model.UpdateCustomDataModelRequest.AttributeAliases |
|
getset |
The aliases for property keys, identifier types, and fields on the bound entity.
The aliases for property keys, identifier types, and fields on the bound entity.
◆ Conditions
| string Lusid.Sdk.Model.UpdateCustomDataModelRequest.Conditions |
|
getset |
The conditions that the bound entity must meet to be valid.
The conditions that the bound entity must meet to be valid.
◆ Description
| string Lusid.Sdk.Model.UpdateCustomDataModelRequest.Description |
|
getset |
A description for the Custom Data Model.
A description for the Custom Data Model.
◆ DisplayName
| string Lusid.Sdk.Model.UpdateCustomDataModelRequest.DisplayName |
|
getset |
The name of the Custom Data Model.
The name of the Custom Data Model.
◆ IdentifierTypes
The identifier types that are required or allowed on the bound entity.
The identifier types that are required or allowed on the bound entity.
◆ ParentDataModel
| ResourceId Lusid.Sdk.Model.UpdateCustomDataModelRequest.ParentDataModel |
|
getset |
Gets or Sets ParentDataModel
◆ Properties
The properties that are required or allowed on the bound entity.
The properties that are required or allowed on the bound entity.
◆ RecommendedSortBy
| List<RecommendedSortBy> Lusid.Sdk.Model.UpdateCustomDataModelRequest.RecommendedSortBy |
|
getset |
The preferred default sorting instructions.
The preferred default sorting instructions.
◆ SupplementalPropertyKeys
| List<string> Lusid.Sdk.Model.UpdateCustomDataModelRequest.SupplementalPropertyKeys |
|
getset |
Additional property keys that should be decorated on the bound entity.
Additional property keys that should be decorated on the bound entity.
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/UpdateCustomDataModelRequest.cs