ComponentOne DataObjects for .NET
BaseLogic Class Members
Properties  Methods  Events

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

The following tables list the members exposed by BaseLogic.

Public Properties
 NameDescription
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyReturns or sets the C1SchemaDef component holding the owner schema.  
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.  
Public Property (Inherited from System.ComponentModel.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.  
Public EventFired when the user starts editing a row, after the row enters edit mode.  
Public EventFired when the user cancels editing a row, after reverting the changes made to the row.  
Public EventFired when all changes initiated by a field change are done and handled by the business logic code.  
Public EventFired after a row has been deleted.  
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.  
Public EventFired when the user finishes editing a row, after the row leaves edit mode.  
Public EventFired after a field value is set.  
Public EventFired after first change is made to a row (a field value changes) after the row last entered edit mode.  
Public EventFired after modifications made to a row are committed to the database.  
Public EventFired before a new (empty) row is added.  
Public EventFired when the user starts editing a row, before the row enters edit mode.  
Public EventFired when the user cancels editing a row, before reverting the changes made to the row.  
Public EventFired before a row is deleted.  
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.  
Public EventFired when the user finishes editing a row, before the row leaves edit mode.  
Public EventFired before a field value is set.  
Public EventFired before first change is made to a row (a field value changes) after the row last entered edit mode.  
Public EventFired before modifications made to a row are committed to the database.  
Public EventFired when C1DataSet.AcceptChanges has been performed for a table or for the whole data set.  
Public EventFired when RejectChanges has been performed for a table or for the whole data set.  
Public Event (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

BaseLogic Class
C1.Data Namespace