[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.DataSourceCollection

DataSourceCollection Class

Represents a collection of DataSource objects in a C1DataSchema (see DataSources).

Inheritance
DataSourceCollection
Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
public class DataSourceCollection : OwnedCollection, IList, ICollection, IEnumerable

Constructors

Name Description
DataSourceCollection(C1DataSchema)

Initializes a new instance of the DataSourceCollection class.

Properties

Name Description
this[int]

Gets or sets the DataSource at the specified index.

Owner

Gets the C1DataSchema containing the current collection.

Methods

Name Description
Add(DataSource)

Adds a DataSource to the current collection.