Show / Hide Table of Contents

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

true if this instance is available; otherwise, false.

CanRecalculate

Gets a value indicating whether this instance can be recalculated.

Declaration
bool CanRecalculate { get; }
Property Value
Type Description
System.Boolean

true if this instance can be recalculated; otherwise, false.

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

true if this instance is available to browsers; otherwise, false.

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
Back to top Generated by DocFX