Class CollectionCollectionVariables
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a collection of CollectionVariable objects, which can hold conditional sets of columns.
public class CollectionCollectionVariables : DomCollectionBase<CollectionVariable>, IList<CollectionVariable>, ICollection<CollectionVariable>, IReadOnlyList<CollectionVariable>, IReadOnlyCollection<CollectionVariable>, IEnumerable<CollectionVariable>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
- Inheritance
-
CollectionCollectionVariables
- Implements
- Inherited Members
Methods
AddNew(string)
Adds a new CollectionVariable with the given name to the collection. Ensures the name starts with '@'.
public CollectionVariable AddNew(string name)
Parameters
namestringThe name of the collection variable to add. If it does not start with '@', the character is prepended.
Returns
- CollectionVariable
The newly created CollectionVariable.