Name | Description | |
---|---|---|
![]() | C1TypedDataView Constructor |
The following tables list the members exposed by C1TypedDataView.
Name | Description | |
---|---|---|
![]() | C1TypedDataView Constructor |
Name | Description | |
---|---|---|
![]() | AllowDelete | Gets or sets a value indicating whether deletion of rows is permitted for this C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | AllowEdit | Gets or sets a value indicating whether editing of C1ViewRow objects that belong to this C1DataView is permitted. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | AllowNew | Gets or sets a value indicating whether addition of new rows is permitted for this C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | AutoFetch | Controls the autofetching behavior for this C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | BaseSchemaTables | Gets the collection of C1.C1DataExtender.SchemaExtender.DataTableExtender objects from the C1DataViewSet.SchemaExtender of the owning C1DataViewSet that extends System.Data.DataTable objects from the BaseTables collection. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | BaseTables | Gets the collection of System.Data.DataTable objects referenced in the Definition property. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Columns | Gets the collection of C1ViewColumn objects that belong to this C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | ConstraintExpression | Defines a row level constraint. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Container | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | Count | Returns a number of rows in the C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Current | Returns the current C1ViewRow of the System.Windows.Forms.CurrencyManager that services this C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Definition | Gets or sets view definition statement. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | DefinitionModel | Represents an object model for the definition statement assigned to the Definition property. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | DesignMode | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | IsActive | Indicates wheather this C1DataView is active, that is able to represent data according to its Definition. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Item | Returns a C1ViewRow object at the specified index. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Position | Returns the position of current C1ViewRow in the System.Windows.Forms.CurrencyManager that services this C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | PrimaryKey | Returns an array of C1ViewColumn objects that constitute a primary key of this view. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | RaiseFilterRowEvent | Indicates whether the FilterRow event should be fired. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | RowFilter | Gets or sets an expression used to filter rows in C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Site | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | Sort | Gets or sets a string defining a sort order of rows in this C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | ViewName | Gets or sets the name of the C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | ViewSet | Gets the C1DataViewSet object that this C1DataView belongs to. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | VirtualMode | Indicates whether Virtual Mode should be used for this C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
Name | Description | |
---|---|---|
![]() | AddNew | Adds a new row to this C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Delete | Deletes C1ViewRow at the specified index. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Dispose | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | Fill | Overloaded. Re-fetch data represented by this C1DataView from database server. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Find | Overloaded. Finds a row in this C1DataView by the specified sort key value. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | FindByPrimaryKey | Overloaded. Finds a row in this C1DataView by the specified primary key value. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | GetService | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | Reset | Rebuilds the Rows collection and sends Reset notification. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | ShowQueryBuilder | Overloaded. Shows the view definition query builder in a modal window. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | ToString | (Inherited from C1.C1DataExtender.C1DataView) |
Name | Description | |
---|---|---|
![]() | CalculateColumn | Occurs when the C1ViewColumn value is being retrieved. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | ColumnChanged | Occurs after a value has been changed for the specified C1ViewColumn in a C1ViewRow. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | ColumnChanging | Occurs when a value is being changed for specified C1ViewColumn in a C1ViewRow. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | CurrentChanged | Occurs when row or values of the current C1ViewRow belonging to this C1DataView has been changed. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | Disposed | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | FilterRow | Allows to filter out C1DataView rows on a client in code. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | ListChanged | (Inherited from C1.C1DataExtender.C1DataView) |
![]() | PositionChanged | Occurs when Position property has been changed for this C1DataView. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | RowAddNew | Occurs when the AddNew method is being called. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | RowChanged | Occurs after editing of C1ViewRow has been successfully finished. (Inherited from C1.C1DataExtender.C1DataView) |
![]() | RowChanging | Occurs before editing of C1ViewRow will be finished. (Inherited from C1.C1DataExtender.C1DataView) |