ParametersCreateInstance Method |
Creates a new instance of the Parameters collection and loads it. If the cache metadata property is set
on the application object, then the object is loaded from the cache.
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static Parameters CreateInstance(
IAppContext appCxt,
string objectTypeKey,
string subObjectType
)
Public Shared Function CreateInstance (
appCxt As IAppContext,
objectTypeKey As String,
subObjectType As String
) As Parameters
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context to use for the collection. - objectTypeKey
- Type: SystemString
The object type to use when loading parameters. - subObjectType
- Type: SystemString
The sub-object type to use when loading parameters.
Return Value
Type:
ParametersA new Parameters collection object
See Also