ITypesInfo Methods
Declares members implemented by the classes that supply metadata on types used in an XAF application.| Name | Description |
|---|---|
| CanInstantiate(Type) | Indicates whether a specific type can be instantiated. |
| CreatePath(IMemberInfo, IMemberInfo) | Supplies metadata on the property represented by the property descriptor resulting from the concatenation of two specific property descriptors. |
| FindAssemblyInfo(Assembly) | Supplies metadata on a specific assembly. |
| FindAssemblyInfo(Type) | Supplies metadata on a specific assembly. |
| FindTypeInfo(String) | Supplies metadata on a specific type. |
| FindTypeInfo(Type) | Supplies metadata on a specific type. |
| LoadTypes(Assembly) | Loads the metadata on all the public types defined in a specific assembly. |
| RefreshInfo(ITypeInfo) | Refreshes the metadata on a specific type. |
| RefreshInfo(Type) | Refreshes the metadata on a specific type. |
| RegisterEntity(Type) | Registers a specific entity type in the application. |
See Also