SubsetFunction Methods

The SubsetFunction type exposes the following members.

Methods
  NameDescription
Public methodExecute
Executes the function and calculates the results.
(Inherited from FunctionDefinition.)
Public methodGetDynamicResultMetadata
Gets the dynamic result metadata. This method should always be overridden when the function returns dynamic results, therefore when the number of results depends on the inputs.
(Inherited from FunctionDefinition.)
Protected methodGetMetadata
Populates the function metadata by describing the data inputs, the function settings and the results.
(Overrides FunctionDefinitionGetMetadata(IListInputDescriptor, IListComponentSetting, IListResultDescriptor).)
Protected methodGetSubsetMetadata
Populates the function metadata by describing the data inputs and the function settings.
Protected methodLocalize
Localizes the specified string using the engine localization service.
(Inherited from ComponentBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from FunctionDefinition.)
Protected methodValidateDataInputs
Validates the data inputs.
(Inherited from FunctionDefinition.)
Public methodValidateFunctionSettings
Validates the function setting values against their type, valid values and allowed range. It does not validate any parameter relationships.
(Inherited from FunctionDefinition.)
Public methodValidateParameters
Validates the parameters and throws if any parameter values are invalid.
(Inherited from FunctionDefinition.)
Top
See Also