Summary
Specialized
System.ComponentModel.EnumConverter
that supports converting
a NAnt.Contrib.Types.ClearCase.TypeKind
to a string value that can be used in
ClearCase commandline tools.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Types .ClearCase - Base Types
-
- EnumConverter
graph BT
Type-->Base0["EnumConverter"]
Type["TypeKindConverter"]
class Type type-node
Syntax
public class TypeKindConverter : EnumConverter
Constructors
Name | Summary |
---|---|
TypeKindConverter |
Initializes a new instance of the NAnt.Contrib.Types.ClearCase.TypeKindConverter
class.
|
Methods
Name | Value | Summary |
---|---|---|
ConvertTo |
Object |
Introduces specialized behavior for converting a
NAnt.Contrib.Types.ClearCase.TypeKind
value to a string that can be used in ClearCase commandline tools.
|