ComponentOne DataObjects for .NET
C1TableLogic Class Members
Properties  Methods  Events

C1.Data.2 Assembly > C1.Data Namespace : C1TableLogic Class

The following tables list the members exposed by C1TableLogic.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyReturns or sets the ADO.NET IDBDataAdapter component used to fill and update the table with C1.Data.SchemaObjects.DbTable.DataMode = SqlBased.  
Public PropertyReturns or sets the C1SchemaDef component holding the owner schema. (Inherited from C1.Data.BaseLogic)
Public PropertyThis property determines the schema owning this business logic component. The component specifies business logic for a table in the schema, if it is a C1TableLogic component, or to one or more table views in the schema, if it is a C1DataSetLogic component. (Inherited from C1.Data.BaseLogic)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyReturns or sets the name of the table represented by this component.  
Top
Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public EventFired after a new (empty) row is added. (Inherited from C1.Data.BaseLogic)
Public EventFired when the user starts editing a row, after the row enters edit mode. (Inherited from C1.Data.BaseLogic)
Public EventFired when the user cancels editing a row, after reverting the changes made to the row. (Inherited from C1.Data.BaseLogic)
Public EventFired when all changes initiated by a field change are done and handled by the business logic code. (Inherited from C1.Data.BaseLogic)
Public EventFired after a row has been deleted. (Inherited from C1.Data.BaseLogic)
Public EventFired after a newly added row becomes a regular row in the rowset, that is, when its primary key and other required (C1.Data.SchemaObjects.Field.AllowDbNull=false) fields are specified. (Inherited from C1.Data.BaseLogic)
Public EventFired when the user finishes editing a row, after the row leaves edit mode. (Inherited from C1.Data.BaseLogic)
Public EventFired after a field value is set. (Inherited from C1.Data.BaseLogic)
Public EventFired after first change is made to a row (a field value changes) after the row last entered edit mode. (Inherited from C1.Data.BaseLogic)
Public EventFired after modifications made to a row are committed to the database. (Inherited from C1.Data.BaseLogic)
Public EventFired before a new (empty) row is added. (Inherited from C1.Data.BaseLogic)
Public EventFired when the user starts editing a row, before the row enters edit mode. (Inherited from C1.Data.BaseLogic)
Public EventFired when the user cancels editing a row, before reverting the changes made to the row. (Inherited from C1.Data.BaseLogic)
Public EventFired before a row is deleted. (Inherited from C1.Data.BaseLogic)
Public EventFired before a newly added row becomes a regular row in the rowset, that is, when its primary key and other required (C1.Data.SchemaObjects.Field.AllowDbNull=false) fields are specified. (Inherited from C1.Data.BaseLogic)
Public EventFired when the user finishes editing a row, before the row leaves edit mode. (Inherited from C1.Data.BaseLogic)
Public EventFired before a field value is set. (Inherited from C1.Data.BaseLogic)
Public EventFired before first change is made to a row (a field value changes) after the row last entered edit mode. (Inherited from C1.Data.BaseLogic)
Public EventFired before modifications made to a row are committed to the database. (Inherited from C1.Data.BaseLogic)
Public EventFired when AcceptChanges has been performed for a table or for the whole data set. (Inherited from C1.Data.BaseLogic)
Public EventFired when RejectChanges has been performed for a table or for the whole data set. (Inherited from C1.Data.BaseLogic)
Public Event (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

C1TableLogic Class
C1.Data Namespace
Business Logic