Table of Contents

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

itemName string

The name of the project parameter.

Property Value

ProjectParameter

The ProjectParameter with the specified name, or null if not found.

this[LlProjectParameter]

Gets the ProjectParameter with the specified LlProjectParameter enum value.

public ProjectParameter this[LlProjectParameter parameter] { get; }

Parameters

parameter LlProjectParameter

The LlProjectParameter enum value.

Property Value

ProjectParameter

The ProjectParameter with the specified enum value, or null if not found.