ComponentOne DataObjects for .NET
C1DataSetLogic Class Members
Properties  Methods  Events

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

The following tables list the members exposed by C1DataSetLogic.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyReturns or sets the name of the data set represented by this component.  
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)
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 EventAn AfterFetch event is fired after a table view has been fetched from the database. Also, after all AfterFetch events have been fired for individual table views, an AfterFetch event is fired for the whole fetch session, with the TableView argument set to null (Nothing in Visual Basic). Use this event to execute code after all table views have been fetched.  
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 generating the SQL SELECT statement for fetching a table view from the database.  
Public EventFired after all changes in the data set are updated to the database.  
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 table view is fetched from the database.  
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 generating the SQL SELECT statement for fetching a table view from the database.  
Public EventFired before all changes in the data set are updated to the database.  
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)
Public EventUsed to programmatically specify the list of child rows for a relation.  
Public EventUsed to programmatically specify the parent row for a relation.  
Top
See Also

Reference

C1DataSetLogic Class
C1.Data Namespace