[]
        
(Showing Draft Content)

C1.Win.Data.Entities.C1DataSource.Item

this Property

this[string]

Gets the ClientCollectionView of the EntityViewSource with the specified name in the ViewSources collection.

Declaration
public ClientCollectionView this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As ClientCollectionView
Parameters
Type Name Description
string name

The name of the EntityViewSource to take the ClientCollectionView from.

Property Value
Type Description
ClientCollectionView

The ClientCollectionView of the EntityViewSource.

this[int]

Gets the ClientCollectionView of the EntityViewSource at the specified index in the ViewSources collection.

Declaration
public ClientCollectionView this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As ClientCollectionView
Parameters
Type Name Description
int index

The index of the EntityViewSource to take the ClientCollectionView from.

Property Value
Type Description
ClientCollectionView

The ClientCollectionView of the EntityViewSource.