DataClass.ApplySystemLevelFilters Method
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
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)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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.LobSystemInstanceThe LobSystemInstance object this entity belongs to.
lobSystem
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemThe LobSystem object this entity belongs to.
methodInstanceToExecute
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstanceMethodInstance object to execute.
methodToExecute
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodMethodobject to execute.
inputParameters
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.ParameterCollectionInput parameters to the method instance.
overrideArgs
Type: []Overridden arguments.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace