Class FunctionParameter
Implementation of a function parameter TODO: Possibly split this into two parameters - some types of function parameter don't require channels
Inherited Members
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class FunctionParameter : ChannelBasedParameter, IChannelBasedParameter, IFunctionParameter, IParameter, INotifyPropertyChanged
Properties
CanRecalculate
Gets a value indicating whether this instance can be recalculated.
Declaration
public override bool CanRecalculate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Overrides
DefinitionInstanceIdentifier
Gets the definition instance identifier.
Declaration
public Guid DefinitionInstanceIdentifier { get; }
Property Value
Type | Description |
---|---|
System.Guid | The definition instance identifier. |
FdlFunctionCode
Gets the FDL function code.
Declaration
public string FdlFunctionCode { get; }
Property Value
Type | Description |
---|---|
System.String | The FDL function code. |
IsFdlFunction
Gets a value indicating whether this instance is FDL function.
Declaration
public bool IsFdlFunction { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ParameterType
Gets the type of the parameter.
Declaration
public override ParameterType ParameterType { get; }
Property Value
Type | Description |
---|---|
ParameterType | The type of the parameter. |
Overrides
ShowInBrowser
Gets a value indicating whether this instance is available to browsers.
Declaration
public override bool ShowInBrowser { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Overrides
Methods
Recalculate()
Recalculates this instance.
Declaration
public override void Recalculate()
Overrides
Events
UnderlyingDataSourceChanged
Occurs when [underlying data source changed].
Declaration
public override event EventHandler UnderlyingDataSourceChanged
Event Type
Type | Description |
---|---|
System.EventHandler |