BaseTask Class

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

Name Value Summary
Host string
The name of the host MKS server to connect to
Password string
The password to use to login to the MKS database.
Port string
The port number on which the host server is accepting requests
UserName string
The name of the user needed to access the MKS database.

Methods

Name Value Summary
MKSExecute(string) string
Open() void
Opens the MKS database and sets the reference to the specified item and version.