Click or drag to resize
FdoJob Class
Represents an ordered, serializable collection of tasks.
Inheritance Hierarchy
SystemObject
  FDF.Common.Features.TasksFdoJob

Namespace: FDF.Common.Features.Tasks
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public sealed class FdoJob : IFdfQueryable

The FdoJob type exposes the following members.

Constructors
  NameDescription
Public methodFdoJob
Initializes a new instance of the FdoJob class
Public methodFdoJob(FdoTaskCollection)
Initializes a new instance of the FdoJob class
Top
Properties
  NameDescription
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Public propertyTasks
Gets or sets job tasks.
Top
Methods
  NameDescription
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Top
Remarks