DelaySignConverter Class

Summary

Specialized System.ComponentModel.EnumConverter that also supports case-insensitive conversion of "true" to NAnt.DotNet.Types.DelaySign.Yes and "false" to NAnt.DotNet.Types.DelaySign.No.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Base Types
  • EnumConverter
graph BT Type-->Base0["EnumConverter"] Type["DelaySignConverter"] class Type type-node

Syntax

public class DelaySignConverter : EnumConverter

Constructors

Name Summary
DelaySignConverter() Initializes a new instance of the NAnt.DotNet.Types.DelaySignConverter class.

Methods

Name Value Summary
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Object
Converts the given object to the type of this converter, using the specified context and culture information.