ProcessorParameterΒΆ

class ProcessorParameter : System.Object

Represents a processor parameter. Processor parameters are automatically discovered by the content pipeline. Therefore, only custom processor developers should use this class directly.

System.Object DefaultValue

Default value of the processor parameter.

string Description

Description of the parameter, as specified by the [Description] attribute.

string DisplayName

Name of the parameter displayed in the designer, as specified by the [DisplayName] attribute.

readonly bool IsEnum

Gets a value indicating whether the parameter is an enumeration.

readonly System.Collections.ObjectModel.ReadOnlyCollection<String> PossibleEnumValues

Available options for enumerated type parameters. For parameters of other types, this value is null.

readonly string PropertyName

Name of the property, as defined in the C# code.

readonly string PropertyType

Type of the parameter.