Click or drag to resize
CodeGenerationTaskBase Properties

The CodeGenerationTaskBase type exposes the following members.

Properties
  NameDescription
Public propertyCurrentProject
Public propertyCyclePreferences
Gets the cycle preferences.
Public propertyCyclePreferencesDescription
Gets the cycle preferences description, which is the set of preferences in textual form to display to the user.
Public propertyIsEnabled
Gets or sets a value indicating whether this instance is enabled.
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyOutputTypeDescription
Gets the output type description for this task.
Public propertyPriority
Gets the priority of this task. By default this is 10. If a task has to take precedence over other tasks, override this property in a subclass and return a higher number.
Public propertySourceName
Gets the name of the source for this task.
Public propertySupportsQueueProcessingPerGroup
Gets a value indicating whether queue processing per group is supported for this task (true) or that the queue has to be processed once, regardless of project settings / groups (false, default).
Public propertyTargetFrameworkHolder
Gets the target framework holder to use for this task.
Top
See Also