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

UpdateDerivedPropertyDefinitionRequest More...

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

Public Member Functions

 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))
 Initializes a new instance of the UpdateDerivedPropertyDefinitionRequest 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 (UpdateDerivedPropertyDefinitionRequest input)
 Returns true if UpdateDerivedPropertyDefinitionRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

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...
 

Detailed Description

UpdateDerivedPropertyDefinitionRequest

Constructor & Destructor Documentation

◆ UpdateDerivedPropertyDefinitionRequest() [1/2]

Lusid.Sdk.Model.UpdateDerivedPropertyDefinitionRequest.UpdateDerivedPropertyDefinitionRequest ( )
inlineprotected

Initializes a new instance of the UpdateDerivedPropertyDefinitionRequest class.

◆ 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
displayNameThe display name of the property. (required).
dataTypeIddataTypeId (required).
propertyDescriptionDescribes the property.
derivationFormulaThe rule that defines how data is composed for a derived property. (required).
isFilterableBool 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).
valueFormatThe format in which values for this property definition should be represented. Available values: Text, Html..
customEntityTypeThe custom entity type that this derived property definition can be applied to..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateDerivedPropertyDefinitionRequest instances are equal

Parameters
inputInstance of UpdateDerivedPropertyDefinitionRequest to be compared
Returns
Boolean

◆ 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

Property Documentation

◆ 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

Gets or Sets DataTypeId

◆ 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: