Summary
The base abstract class for all MKS Tasks.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Mks - Base Types
-
- Task
- Derived Types
graph BT
Type-->Base0["Task"]
Type["BaseTask"]
class Type type-node
Derived0["CheckpointTask"]-->Type
click Derived0 "/api/NAnt.Contrib.Tasks.Mks/CheckpointTask"
Derived1["GetTask"]-->Type
click Derived1 "/api/NAnt.Contrib.Tasks.Mks/GetTask"
Derived2["ChangesTask"]-->Type
click Derived2 "/api/NAnt.Contrib.Tasks.Mks/ChangesTask"
Syntax
public abstract class BaseTask : Task
Remarks
Provides the core attributes, and functionality for opening an item
in a MKS database.
Properties
Methods
Name | Value | Summary |
---|---|---|
MKSExecute |
string | |
Open |
void |
Opens the MKS database and sets the reference to the specified
item and version.
|