Base class for properties to be viewed in a table editor's property editor.
Each property corresponds to a data column of the table being edited.
| C# |
public class TableEditPropertySourceBase : PropertySourceBase
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TableEditPropertySourceBase()()() |
Creates a new instance.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetValue(String) |
Gets the value of a column, converting it as necessary from the actual SQL type to a
type wrapper/surrogate for use in the property editor.
| |
| Grid |
Gets the associated property grid.
(Inherited from PropertySourceBase.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PropertyEditor |
Gets the associated property editor.
(Inherited from PropertySourceBase.) | |
| SetValue(String, Object) |
Sets the value of a column, converting it as necessary from a type wrapper/surrogate
to the actual SQL type.
| |
| ToString()()() | (Inherited from Object.) | |
| Update(PropertyEditorBase) |
Associates the object with a property editor and updates itself to reflect
the editor's current state.
(Overrides PropertySourceBase.Update(PropertyEditorBase).) |
| Object | ||
| PropertySourceBase | ||
| TableEditPropertySourceBase | ||