| RecurrenceRuleConverter Class |
Namespace: Kettic.AspNet.Controls
The RecurrenceRuleConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| RecurrenceRuleConverter |
| Name | Description | |
|---|---|---|
| CanConvertFrom |
Overloaded. Returns whether this converter can convert an object of one type to
the type of this converter.
(Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).) | |
| CanConvertTo |
Overloaded. Returns whether this converter can convert the object to the
specified type.
(Overrides TypeConverterCanConvertTo(ITypeDescriptorContext, Type).) | |
| ConvertFrom |
Overloaded. Converts the given value to the type of this converter.
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).) | |
| ConvertTo | Overloaded. Converts the given value object to the specified type. (Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).) | |
| IsValid | Overloaded. Returns whether the given value object is valid for this type. (Overrides TypeConverterIsValid(ITypeDescriptorContext, Object).) |