TypeDescriptor.SetAndFixupInterpretation Method
Returns a copy of the current rules and modifies the collection that requires you to set the rules.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function SetAndFixupInterpretation ( _
inputRules As IList(Of InterpretedRule) _
) As IList(Of InterpretedRule)
'Usage
Dim instance As TypeDescriptor
Dim inputRules As IList(Of InterpretedRule)
Dim returnValue As IList(Of InterpretedRule)
returnValue = instance.SetAndFixupInterpretation(inputRules)
public IList<InterpretedRule> SetAndFixupInterpretation(
IList<InterpretedRule> inputRules
)
Parameters
inputRules
Type: System.Collections.Generic.IList<InterpretedRule>The input rule list.
Return Value
Type: System.Collections.Generic.IList<InterpretedRule>
The updated collection of rules.