Click or drag to resize

JobPackage class

Container for a job, a logical name for this job and an optional file path to the job file.
Inheritance hierarchy
SystemObject
  LogicalTaskTreeJobPackage

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class JobPackage

The JobPackage Type exposes the following members.

Constructors
 NameDescription of the
Public MethodJobPackage(String) Constructor - initializes an empty job.
Public MethodJobPackage(String, String) Constructor - initializes an empty job.
Back to the top
Properties
 NameDescription of the
Public PropertyJob The jobPackage.Job.
Public PropertyJobFilePath The file path to the saved job.
Public PropertyJobName The logical name of the job.
Back to the top
Fields
 NameDescription of the
Public FieldSubJobPackages JobPackages that are referenced within the job (inline or external).
Back to the top
Remarks
File: JobPackage.cs Author: Erik Nagel 05/08/2013 Erik Nagel: created
See also