Click or drag to resize

PFJobParameter Properties

The PFJobParameter type exposes the following members.

Properties
  NameDescription
Public propertyAllowChoicesOnly
Gets a value indicating whether UI should accept proposed values only. (Use drop down mode).
Public propertyDescription
Gets or sets the a user friendly description of your parameter.
Public propertyDisplayMember
Applies if using Packflow or Serializable parameter types. Gets or sets the display member for selected value.
Public propertyDisplayName
Gets the display name of the parameter.
Public propertyGroupName
Allows to group parameters by name in the UI.
Public propertyIsCollection
Gets or sets a value indicating whether the decorated property is a collection of objects.
Public propertyParameterType
Gets the type of the parameter. Use SimpleType for structure types, and Packflow for PFBaseObject.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
See Also