PropertiesLoadMetaProperties Method (IAppContext, String, String, Boolean) |
Loads the collection of property metadata. This collection is used during load and distribute to distribute a set
of properties across a collection and it's collected objects. (e.g. Mapper and Fields).
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MetaProperties LoadMetaProperties(
IAppContext appContext,
string objID,
string objectTypeKey,
bool hasSubObjects
)
Public Function LoadMetaProperties (
appContext As IAppContext,
objID As String,
objectTypeKey As String,
hasSubObjects As Boolean
) As MetaProperties
Parameters
- appContext
- Type: NetQuarryIAppContext
The application context object - objID
- Type: SystemString
The object id - objectTypeKey
- Type: SystemString
The object type key - hasSubObjects
- Type: SystemBoolean
Boolean value indicating if the object has subobject or not.
Return Value
Type:
MetaPropertiesA meta properties collection
See Also