DataClass.ApplySystemLevelFilters Method
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable Sub ApplySystemLevelFilters ( _
lobSystemInstance As LobSystemInstance, _
lobSystem As LobSystem, _
methodInstanceToExecute As MethodInstance, _
methodToExecute As Method, _
inputParameters As ParameterCollection, _
ByRef overrideArgs As Object() _
)
'Usage
Dim lobSystemInstance As LobSystemInstance
Dim lobSystem As LobSystem
Dim methodInstanceToExecute As MethodInstance
Dim methodToExecute As Method
Dim inputParameters As ParameterCollection
Dim overrideArgs As Object()
Me.ApplySystemLevelFilters(lobSystemInstance, _
lobSystem, methodInstanceToExecute, _
methodToExecute, inputParameters, _
overrideArgs)
protected virtual void ApplySystemLevelFilters(
LobSystemInstance lobSystemInstance,
LobSystem lobSystem,
MethodInstance methodInstanceToExecute,
Method methodToExecute,
ParameterCollection inputParameters,
ref Object[] overrideArgs
)
Parameters
- lobSystemInstance
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemInstance
The LobSystemInstance object this entity belongs to.
- lobSystem
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystem
The LobSystem object this entity belongs to.
- methodInstanceToExecute
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstance
MethodInstance object to execute.
- methodToExecute
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Method
Methodobject to execute.
- inputParameters
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.ParameterCollection
Input parameters to the method instance.
- overrideArgs
Type: []
Overridden arguments.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace