PropertiesFactoryCreateInstance Method |
Creates a new instance of EAPVersions and loads it. If the cache metadata property is set
on the application object, then the object is loaded from the cache.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static Properties CreateInstance(
IAppContext appContext,
string objID,
string objTypeKey
)
Public Shared Function CreateInstance (
appContext As IAppContext,
objID As String,
objTypeKey As String
) As Properties
Parameters
- appContext
- Type: NetQuarryIAppContext
The application context to use for the collection. - objID
- Type: SystemString
The object id to use in the properties load - objTypeKey
- Type: SystemString
The object type to use in the properties load
Return Value
Type:
PropertiesA new EAPVersions object
See Also