DataPlace
TableEditPropertySourceBase Class
CSCS.DataPlace.EditTableEditPropertySourceBase
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.
Declaration Syntax
C#
public class TableEditPropertySourceBase : PropertySourceBase
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TableEditPropertySourceBase()()()
Creates a new instance.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(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).)
Inheritance Hierarchy
Object
PropertySourceBase
 TableEditPropertySourceBase

Assembly: CS.DataPlace.Edit (Module: CS.DataPlace.Edit) Version: 2.0.3271.19832