Table of Contents

Class ProjectParameter

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a project parameter within the List & Label.

public class ProjectParameter : DomItem
Inheritance
ProjectParameter
Inherited Members

Remarks

Project parameters are used to store and manage values and settings for a List & Label project.

Constructors

ProjectParameter(CollectionProjectParameters, string)

Initializes a new instance of the ProjectParameter class, pushes it to the specified collection and sets the parameter name.

public ProjectParameter(CollectionProjectParameters projectParameterCollection, string parameterName)

Parameters

projectParameterCollection CollectionProjectParameters

The collection to which this parameter belongs.

parameterName string

The name of the parameter.

Properties

Contents

Gets or sets the contents of the project parameter.

public string Contents { get; set; }

Property Value

string

Remarks

If the contents are not available (e.g., during certain multi-pass conditions), an empty string is returned.

Name

Gets the name of the project parameter.

public string Name { get; }

Property Value

string

ParameterType

Gets or sets the type flag of the project parameter.

public LlProjectParameterFlag ParameterType { get; set; }

Property Value

LlProjectParameterFlag

Methods

Initialize(CollectionProjectParameters, string)

Initializes the project parameter pushes it to the specified collection and sets parameter name.

protected void Initialize(CollectionProjectParameters projectParameterCollection, string parameterName)

Parameters

projectParameterCollection CollectionProjectParameters

The collection to which this parameter belongs.

parameterName string

The name of the parameter.