Single |
public class SingleColumnController : INotifyPropertyChanged, ISingleColumnController
The SingleColumnController type exposes the following members.
| Name | Description | |
|---|---|---|
| SingleColumnController | Initializes a new instance of the SingleColumnController class. |
| Name | Description | |
|---|---|---|
| CmdCloseTransformationPopup | Gets the command that closes the transformation popup. | |
| CmdColumnAddTo | Gets the command that assigns the currently selected source column to this plot column. | |
| CmdColumnEdit | Gets the command that edits this plot column. | |
| CmdColumnErase | Gets the command that clears this plot column. | |
| CmdTransformationAddAsAppending | Gets the command that appends a dropped transformation. | |
| CmdTransformationAddAsPrepending | Gets the command that prepends a dropped transformation. | |
| CmdTransformationAddAsSingle | Gets the command that adds the dropped transformation as the only transformation. | |
| CmdTransformationEdit | Gets the command that edits the transformation assigned to this plot column. | |
| CmdTransformationErase | Gets the command that removes the transformation assigned to this plot column. | |
| ColumnDropHandler | Gets or sets the drop handler for column data. | |
| ColumnText | Gets or sets the text shown for the assigned column. | |
| ColumnToolTip | Gets or sets the tooltip text for the assigned column. | |
| GroupName | Gets or sets the name of the column group. | |
| IsTransformationPopupOpen | Gets or sets a value indicating whether the transformation popup is open. | |
| LabelText | Gets or sets the label text shown for the plot column. | |
| Parent | Gets or sets the parent controller. | |
| SeverityLevel | Gets or sets the severity level for the current column state. | |
| Tag | Gets or sets the plot-column tag. | |
| TransformationDropHandler | Gets or sets the drop handler for transformation data. | |
| TransformationText | Gets or sets the text shown for the assigned transformation. | |
| TransformationToolTip | Gets or sets the tooltip text for the assigned transformation. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnPropertyChanged | Raises the PropertyChanged event. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. |