|
LUSID C# SDK
|
CreateDerivedPropertyDefinitionRequest More...

Public Member Functions | |
| CreateDerivedPropertyDefinitionRequest (DomainEnum domain=default(DomainEnum), string scope=default(string), string code=default(string), string displayName=default(string), ResourceId dataTypeId=default(ResourceId), string propertyDescription=default(string), string derivationFormula=default(string)) | |
| Initializes a new instance of the CreateDerivedPropertyDefinitionRequest 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 (CreateDerivedPropertyDefinitionRequest input) |
| Returns true if CreateDerivedPropertyDefinitionRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| CreateDerivedPropertyDefinitionRequest () | |
| Initializes a new instance of the CreateDerivedPropertyDefinitionRequest class. More... | |
Properties | |
| DomainEnum | Domain [get, set] |
| The domain that the property exists in. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction More... | |
| string | Scope [get, set] |
| The scope that the property exists in. More... | |
| string | Code [get, set] |
| The code of the property. Together with the domain and scope this uniquely identifies the property. More... | |
| 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... | |
The domain that the property exists in. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction
The domain that the property exists in. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction
| Enumerator | |
|---|---|
| NotDefined | Enum NotDefined for value: NotDefined |
| Transaction | Enum Transaction for value: Transaction |
| Portfolio | |
| Holding | Enum Holding for value: Holding |
| ReferenceHolding | Enum ReferenceHolding for value: ReferenceHolding |
| TransactionConfiguration | Enum TransactionConfiguration for value: TransactionConfiguration |
| Instrument | Enum Instrument for value: Instrument |
| CutLabelDefinition | Enum CutLabelDefinition for value: CutLabelDefinition |
| Analytic | Enum Analytic for value: Analytic |
| PortfolioGroup | Enum PortfolioGroup for value: PortfolioGroup |
| Person | Enum Person for value: Person |
| AccessMetadata | Enum AccessMetadata for value: AccessMetadata |
| Order | |
| UnitResult | Enum UnitResult for value: UnitResult |
| MarketData | Enum MarketData for value: MarketData |
| ConfigurationRecipe | Enum ConfigurationRecipe for value: ConfigurationRecipe |
| Allocation | Enum Allocation for value: Allocation |
| Calendar | Enum Calendar for value: Calendar |
| LegalEntity | Enum LegalEntity for value: LegalEntity |
| Placement | Enum Placement for value: Placement |
| Execution | Enum Execution for value: Execution |
| Block | Enum Block for value: Block |
| Participation | Enum Participation for value: Participation |
| Package | Enum Package for value: Package |
| OrderInstruction | Enum OrderInstruction for value: OrderInstruction |
|
inlineprotected |
Initializes a new instance of the CreateDerivedPropertyDefinitionRequest class.
|
inline |
Initializes a new instance of the CreateDerivedPropertyDefinitionRequest class.
| domain | The domain that the property exists in. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction (required). |
| scope | The scope that the property exists in. (required). |
| code | The code of the property. Together with the domain and scope this uniquely identifies the property. (required). |
| displayName | The display name of the property. (required). |
| dataTypeId | dataTypeId (required). |
| propertyDescription | Describes the property. |
| derivationFormula | The rule that defines how data is composed for a derived property.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if CreateDerivedPropertyDefinitionRequest instances are equal
| input | Instance of CreateDerivedPropertyDefinitionRequest to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The code of the property. Together with the domain and scope this uniquely identifies the property.
The code of the property. Together with the domain and scope this uniquely identifies the property.
|
getset |
Gets or Sets DataTypeId
|
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.
|
getset |
The display name of the property.
The display name of the property.
|
getset |
The domain that the property exists in. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction
The domain that the property exists in. The available values are: NotDefined, Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, CutLabelDefinition, Analytic, PortfolioGroup, Person, AccessMetadata, Order, UnitResult, MarketData, ConfigurationRecipe, Allocation, Calendar, LegalEntity, Placement, Execution, Block, Participation, Package, OrderInstruction
|
getset |
Describes the property
Describes the property
|
getset |
The scope that the property exists in.
The scope that the property exists in.
1.8.13