Interface IParameter
Describes a parameter
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IParameter : INotifyPropertyChanged
Properties
Available
Gets a value indicating whether this instance is available.
Declaration
bool Available { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CanRecalculate
Gets a value indicating whether this instance can be recalculated.
Declaration
bool CanRecalculate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Identifier
Gets the identifier.
Declaration
string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
ShowInBrowser
Gets a value indicating whether this instance is available to browsers.
Declaration
bool ShowInBrowser { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Recalculate()
Recalculates this instance.
Declaration
void Recalculate()
Events
UnderlyingDataSourceChanged
Occurs when [underlying data source changed].
Declaration
event EventHandler UnderlyingDataSourceChanged
Event Type
Type | Description |
---|---|
System.EventHandler |