DataCollectorBase Methods |
The DataCollectorBase type exposes the following members.
Name | Description | |
---|---|---|
CreatePropertyBagForProperties |
Creates the property bag for the properties which are bound to the property grid
| |
EnableDisableProperty |
Enables / disables the property with the name specified using a set EnableDisablePropertyFunc
| |
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.) | |
GetPropertyNamesForBag |
Gets the property names for the property bag to bind to the property grid. This list of names is used to create property descriptors
which are easier to read as they have their names split on word breaks.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPropertyChanged |
Called when a property has changed its value, signaling subscribers that they should check whether this instance is
ready.
| |
RaiseOnChangeT |
Raises the on change.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |