Click or drag to resize

AddMeasurementCommand Class

Adds a new or edits an existing measurement.
Inheritance Hierarchy

Namespace:  MediaCy.Addins.DataCollector
Assembly:  MediaCy.Addins.DataCollector (in MediaCy.Addins.DataCollector.dll) Version: 1.0.0.0
Syntax
VB
Public Class AddMeasurementCommand
	Inherits DataCollectorCommand

The AddMeasurementCommand type exposes the following members.

Constructors
  NameDescription
Public methodAddMeasurementCommand
Initializes a new instance of the AddMeasurementCommand class
Public methodAddMeasurementCommand(McCommand)
Initializes a new instance of the AddMeasurementCommand class
Top
Properties
  NameDescription
Public propertyAction
Defines what the command does.
Public propertyColumnCaption
Caption of the measurement
Public propertyColumnName
Name of the measurement, must be unique for the given table.
Public propertyDataType
DataType of new measurement
Public propertyExpression
Expression of the measurement (see DataColumn.Expression for syntax)
Public propertyProviderName
Provider name for statistical measurement
Public propertySourceColumnName
Column name of the source for statistical measurement
Public propertySourceTableName
Table name of the source for statistical measurement
Public propertyTableName
Table name for the new or edited column
Public propertyVisible
Visibility flag, when false the measurement will not be shown in the data table, but still will be calculated and used in other measurements.
Top
Methods
  NameDescription
Public methodStatic memberFromColumn
Public methodStatic memberFromDialog
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks