Skip to main content

ITypesInfo Members

Declares members implemented by the classes that supply metadata on types used in an XAF application.

Properties

Name Description
PersistentTypes Supplies metadata on the persistent types used in an XAF application.

Methods

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