Click or drag to resize
RecurrenceRuleConverter Class
Provides a type converter to convert RecurrenceRule objects to and from string representation.
Inheritance Hierarchy
SystemObject
  System.ComponentModelTypeConverter
    Kettic.AspNet.ControlsRecurrenceRuleConverter

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class RecurrenceRuleConverter : TypeConverter

The RecurrenceRuleConverter type exposes the following members.

Constructors
  NameDescription
Public methodRecurrenceRuleConverter
Top
Methods
  NameDescription
Public methodCanConvertFrom
Overloaded. Returns whether this converter can convert an object of one type to the type of this converter.
(Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).)
Public methodCanConvertTo
Overloaded. Returns whether this converter can convert the object to the specified type.
(Overrides TypeConverterCanConvertTo(ITypeDescriptorContext, Type).)
Public methodConvertFrom
Overloaded. Converts the given value to the type of this converter.
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodConvertTo
Overloaded. Converts the given value object to the specified type.
(Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public methodIsValid
Overloaded. Returns whether the given value object is valid for this type.
(Overrides TypeConverterIsValid(ITypeDescriptorContext, Object).)
Top
See Also