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.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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

Return Value

Type: System.Collections.Generic.IList<InterpretedRule>
The updated collection of rules.

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace