Click or drag to resize

McObjectPropertyConverter Class

Inheritance Hierarchy
SystemObject
  System.ComponentModelTypeConverter
    System.ComponentModelCollectionConverter
      MediaCy.Utilities.SystemExMcObjectPropertyConverter

Namespace:  MediaCy.Utilities.SystemEx
Assembly:  MediaCy.Utilities.SystemEx (in MediaCy.Utilities.SystemEx.dll) Version: 3.1.0.0
Syntax
VB
Public Class McObjectPropertyConverter
	Inherits CollectionConverter

The McObjectPropertyConverter type exposes the following members.

Constructors
  NameDescription
Public methodMcObjectPropertyConverter
Initializes a new instance of the McObjectPropertyConverter class
Top
Methods
  NameDescription
Public methodCanConvertTo (Overrides TypeConverterCanConvertTo(ITypeDescriptorContext, Type).)
Public methodConvertTo (Overrides CollectionConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public methodGetPropertiesSupported (Overrides CollectionConverterGetPropertiesSupported(ITypeDescriptorContext).)
Top
Fields
  NameDescription
Public fieldStatic memberAttributeFilter
Filter specific Attributes (BrowsableAttribute(true) will be used on string value conversions when not set)
Public fieldFlatten
Recurses the decendant properties and returns an object with a flattened property set
Public fieldObjectConverter
Uses the type converter on the object (not used by properties)
Public fieldStatic memberStringFormat
String format for the string conversion
Top
See Also