[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.ExpressionCollection

ExpressionCollection Class

Represents a collection of Expression objects.

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

Constructors

Name Description
ExpressionCollection(ICollectionOwner)

Initializes a new instance of the ExpressionCollection class.

Properties

Name Description
this[int]

Gets or sets the element at the specified index.

Methods

Name Description
Add(Expression)

Adds an Expression to the current collection.

Add(string)

Creates an Expression specified by its text, and adds it to the current collection.