Table of Contents

Class DesignerFunctionParameter

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

Represents a parameter for a designer function.

public class DesignerFunctionParameter
Inheritance
DesignerFunctionParameter
Inherited Members

Constructors

DesignerFunctionParameter()

Initializes a new instance of the DesignerFunctionParameter class.

public DesignerFunctionParameter()

DesignerFunctionParameter(string)

Initializes a new instance of the DesignerFunctionParameter class with the specified description.

public DesignerFunctionParameter(string description)

Parameters

description string

The description of the parameter.

Properties

Description

Gets or sets the description of the parameter.

public string Description { get; set; }

Property Value

string

Type

Gets or sets the type of the parameter.

public LlParamType Type { get; set; }

Property Value

LlParamType