Class ViewLayoutypeConverter
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
Type converter for converting between string and ViewLayout.
public class ViewLayoutypeConverter : TypeConverter
- Inheritance
-
ViewLayoutypeConverter
Methods
- CanConvertFrom(ITypeDescriptorContext, Type)
Determines whether this converter can convert the specified source type to a ViewLayout.
- CanConvertTo(ITypeDescriptorContext, Type)
Determines whether this converter can convert the specified destination type to a string.
- ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Converts the specified string to a ViewLayout object.
- ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Converts the specified ViewLayout object to a string.