PropertyResolvingMode Enumeration | 
Namespace: TB.ComponentModel
public enum PropertyResolvingMode
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No use of property resolving. | |
| Strict | 1 | A property is used only if it's type is exact of the given type. | |
| Lax | 2 | A property is used if it's type is convertible to the given type. |