LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.CreateCustomDataModelRequest Class Reference

CreateCustomDataModelRequest More...

Inheritance diagram for Lusid.Sdk.Model.CreateCustomDataModelRequest:
Inheritance graph
[legend]

Public Member Functions

 CreateCustomDataModelRequest (ResourceId id=default(ResourceId), string displayName=default(string), string description=default(string), ResourceId parentDataModel=default(ResourceId), string conditions=default(string), List< CustomDataModelPropertySpecification > properties=default(List< CustomDataModelPropertySpecification >), List< CustomDataModelIdentifierTypeSpecification > identifierTypes=default(List< CustomDataModelIdentifierTypeSpecification >), List< Alias > attributeAliases=default(List< Alias >), List< RecommendedSortBy > recommendedSortBy=default(List< RecommendedSortBy >), List< string > supplementalPropertyKeys=default(List< string >))
 Initializes a new instance of the CreateCustomDataModelRequest class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (CreateCustomDataModelRequest input)
 Returns true if CreateCustomDataModelRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 CreateCustomDataModelRequest ()
 Initializes a new instance of the CreateCustomDataModelRequest class. More...
 

Properties

ResourceId Id [get, set]
 Gets or Sets Id 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< CustomDataModelPropertySpecificationProperties [get, set]
 The properties that are required or allowed on the bound entity. More...
 
List< CustomDataModelIdentifierTypeSpecificationIdentifierTypes [get, set]
 The identifier types that are required or allowed on the bound entity. More...
 
List< AliasAttributeAliases [get, set]
 The aliases for property keys, identifier types, and fields on the bound entity. More...
 
List< RecommendedSortByRecommendedSortBy [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...
 

Detailed Description

CreateCustomDataModelRequest

Constructor & Destructor Documentation

◆ CreateCustomDataModelRequest() [1/2]

Lusid.Sdk.Model.CreateCustomDataModelRequest.CreateCustomDataModelRequest ( )
inlineprotected

Initializes a new instance of the CreateCustomDataModelRequest class.

◆ CreateCustomDataModelRequest() [2/2]

Lusid.Sdk.Model.CreateCustomDataModelRequest.CreateCustomDataModelRequest ( ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
ResourceId  parentDataModel = default(ResourceId),
string  conditions = default(string),
List< CustomDataModelPropertySpecification properties = default(List<CustomDataModelPropertySpecification>),
List< CustomDataModelIdentifierTypeSpecification identifierTypes = default(List<CustomDataModelIdentifierTypeSpecification>),
List< Alias attributeAliases = default(List<Alias>),
List< RecommendedSortBy recommendedSortBy = default(List<RecommendedSortBy>),
List< string >  supplementalPropertyKeys = default(List<string>) 
)
inline

Initializes a new instance of the CreateCustomDataModelRequest class.

Parameters
idid (required).
displayNameThe name of the Custom Data Model. (required).
descriptionA description for the Custom Data Model..
parentDataModelparentDataModel.
conditionsThe conditions that the bound entity must meet to be valid..
propertiesThe properties that are required or allowed on the bound entity..
identifierTypesThe identifier types that are required or allowed on the bound entity..
attributeAliasesThe aliases for property keys, identifier types, and fields on the bound entity..
recommendedSortByThe preferred default sorting instructions..
supplementalPropertyKeysAdditional property keys that should be decorated on the bound entity..

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.CreateCustomDataModelRequest.Equals ( CreateCustomDataModelRequest  input)
inline

Returns true if CreateCustomDataModelRequest instances are equal

Parameters
inputInstance of CreateCustomDataModelRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.CreateCustomDataModelRequest.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.CreateCustomDataModelRequest.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.CreateCustomDataModelRequest.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.CreateCustomDataModelRequest.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AttributeAliases

List<Alias> Lusid.Sdk.Model.CreateCustomDataModelRequest.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.CreateCustomDataModelRequest.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.CreateCustomDataModelRequest.Description
getset

A description for the Custom Data Model.

A description for the Custom Data Model.

◆ DisplayName

string Lusid.Sdk.Model.CreateCustomDataModelRequest.DisplayName
getset

The name of the Custom Data Model.

The name of the Custom Data Model.

◆ Id

ResourceId Lusid.Sdk.Model.CreateCustomDataModelRequest.Id
getset

Gets or Sets Id

◆ IdentifierTypes

List<CustomDataModelIdentifierTypeSpecification> Lusid.Sdk.Model.CreateCustomDataModelRequest.IdentifierTypes
getset

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.CreateCustomDataModelRequest.ParentDataModel
getset

Gets or Sets ParentDataModel

◆ Properties

List<CustomDataModelPropertySpecification> Lusid.Sdk.Model.CreateCustomDataModelRequest.Properties
getset

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.CreateCustomDataModelRequest.RecommendedSortBy
getset

The preferred default sorting instructions.

The preferred default sorting instructions.

◆ SupplementalPropertyKeys

List<string> Lusid.Sdk.Model.CreateCustomDataModelRequest.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: