Click or drag to resize

PropertyResolvingMode Enumeration

Defines the mode used when resolving a property by a given type.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public enum PropertyResolvingMode
Members
  Member nameValueDescription
None0 No use of property resolving.
Strict1 A property is used only if it's type is exact of the given type.
Lax2 A property is used if it's type is convertible to the given type.
See Also