Click or drag to resize
FdoTask Class
Represents a base class for building tasks.
Inheritance Hierarchy

Namespace: FDF.Common.Features.Tasks
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public abstract class FdoTask : IFdoTask, 
	IFdfObject

The FdoTask type exposes the following members.

Constructors
  NameDescription
Public methodFdoTask
Initializes a new instance of the FdoTask class
Top
Properties
  NameDescription
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Public propertyIsLicensed
Returns whether task implementation is licensed.
Public propertyIsRaisingFeatureProcessed
Returns True if task implementation raises FeatureProcessed event.
Public propertyResolution
Gets or sets task error resolution during run-time.
Public propertyStatus
Gets or sets task status during run-time.
Top
Methods
  NameDescription
Public methodAfterWriteCancelled
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEvaluate
Runs the task and returns results of its evaluation. Optionally, run-time errors related to task evaluation may get reported via separate results reference.
Public methodGetErrorCode
Returns error code with regards to the task error resolution.
Public methodGetFeatures
Returns working set of features using optional filter.
Public methodGetProperties
Returns properties associated with the object instance during run-time.
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodOnLengthEditorRequested
Public methodRaiseFeatureProcessed
Public methodSetErrorCode
Sets error code with regards to the task error resolution.
Top
Events
  NameDescription
Public eventFeatureProcessed
Public eventFeaturesRequested
Raised if task requests working set of features.
Top
Remarks