CreateObjectTypeRecords()
|
none
|
Stores valid persistent types for all the types which are defined within the assemblies that have been loaded in the current application domain.
|
CreateObjectTypeRecords(XPClassInfo[])
|
types
|
Stores valid persistent types for the specified persistent class metadata information.
|
CreateObjectTypeRecords(Boolean, XPClassInfo[])
|
createOnlyNecessary, types
|
Stores valid persistent types for the specified persistent class metadata information.
|
CreateObjectTypeRecords(Boolean, Assembly[])
|
createOnlyNecessary, assemblies
|
Stores valid persistent types for all the types which are defined within the specified assemblies.
|
CreateObjectTypeRecords(Boolean, Type[])
|
createOnlyNecessary, types
|
Stores valid persistent types for the specified class types.
|
CreateObjectTypeRecords(Boolean)
|
createOnlyNecessary
|
Stores valid persistent types for all the types which are defined within the assemblies that have been loaded in the current application domain.
|
CreateObjectTypeRecords(Assembly[])
|
assemblies
|
Stores valid persistent types for all the types which are defined within the specified assemblies.
|
CreateObjectTypeRecords(Type[])
|
types
|
Stores valid persistent types for the specified class types.
|