Class CollectionProjectParameters
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a collection of project parameters (LL.*) that provides initialization, lookup, and cloning semantics.
public class CollectionProjectParameters : DomCollectionBase<ProjectParameter>, IList<ProjectParameter>, ICollection<ProjectParameter>, IReadOnlyList<ProjectParameter>, IReadOnlyCollection<ProjectParameter>, IEnumerable<ProjectParameter>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
- Inheritance
-
CollectionProjectParameters
- Implements
- Inherited Members
Properties
this[string]
Gets the ProjectParameter with the specified name.
public ProjectParameter this[string itemName] { get; }
Parameters
itemNamestringThe name of the project parameter.
Property Value
- ProjectParameter
The ProjectParameter with the specified name, or
nullif not found.
this[LlProjectParameter]
Gets the ProjectParameter with the specified LlProjectParameter enum value.
public ProjectParameter this[LlProjectParameter parameter] { get; }
Parameters
parameterLlProjectParameterThe LlProjectParameter enum value.
Property Value
- ProjectParameter
The ProjectParameter with the specified enum value, or
nullif not found.