PreferenceFactoryMergeInstance Method |
Creates a new
Properties instance and loads it based on the owner and level.
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 void MergeInstance(
IAppContext appContext,
Session session,
string ownerID,
string ownerLevel,
string childLevel,
string childID,
bool markLoaded = true
)
Public Shared Sub MergeInstance (
appContext As IAppContext,
session As Session,
ownerID As String,
ownerLevel As String,
childLevel As String,
childID As String,
Optional markLoaded As Boolean = true
)
Parameters
- appContext
- Type: NetQuarryIAppContext
The application context to use for the collection. - session
- Type: NetQuarrySession
The session object we're loading the next set of preferences into. - ownerID
- Type: SystemString
The ID of preference being cached. - ownerLevel
- Type: SystemString
The level of preference being cached. - childLevel
- Type: SystemString
The owner level of the child preference associate with this owner preference. - childID
- Type: SystemString
The id of the child preference associated with this owner preference. - markLoaded (Optional)
- Type: SystemBoolean
Whether the session object can be assumed to have finished loading the hierarchy
See Also