AddMeasurementCommand Class |
![]() |
Namespace: MediaCy.Addins.DataCollector
Public Class AddMeasurementCommand Inherits DataCollectorCommand
The AddMeasurementCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddMeasurementCommand | Initializes a new instance of the AddMeasurementCommand class |
![]() | AddMeasurementCommand(McCommand) | Initializes a new instance of the AddMeasurementCommand class |
Name | Description | |
---|---|---|
![]() | Action |
Defines what the command does.
|
![]() | ColumnCaption |
Caption of the measurement
|
![]() | ColumnName |
Name of the measurement, must be unique for the given table.
|
![]() | DataType |
DataType of new measurement
|
![]() | Expression |
Expression of the measurement (see DataColumn.Expression for syntax)
|
![]() | ProviderName |
Provider name for statistical measurement
|
![]() | SourceColumnName |
Column name of the source for statistical measurement
|
![]() | SourceTableName |
Table name of the source for statistical measurement
|
![]() | TableName |
Table name for the new or edited column
|
![]() | Visible |
Visibility flag, when false the measurement will not be shown in the data table, but still will be calculated and used in other measurements.
|
Name | Description | |
---|---|---|
![]() ![]() | FromColumn | |
![]() ![]() | FromDialog | |
![]() | SaveParameterAsCode | (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).) |