Click or drag to resize

PropertiesLoadMetaProperties Method (IAppContext, String, String, Boolean, IDatabase)

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,
	IDatabase db
)

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.
db
Type: NetQuarryIDatabase
The database object to use, if this is null, the Repository database is used.

Return Value

Type: MetaProperties
A meta properties collection
See Also