HierarchyMemberDataToDataContractLimitParents Method |
The mapping between the business object and the DTO with parent member ancestry.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static ReadOnlyDictionary<string, Action<IHierarchyMember, HierarchyMemberData>> ToDataContractLimitParents(
IDictionary<string, int> topLevels
)
Public Shared Function ToDataContractLimitParents (
topLevels As IDictionary(Of String, Integer)
) As ReadOnlyDictionary(Of String, Action(Of IHierarchyMember, HierarchyMemberData))
public:
static ReadOnlyDictionary<String^, Action<IHierarchyMember^, HierarchyMemberData^>^>^ ToDataContractLimitParents(
IDictionary<String^, int>^ topLevels
)
static member ToDataContractLimitParents :
topLevels : IDictionary<string, int> -> ReadOnlyDictionary<string, Action<IHierarchyMember, HierarchyMemberData>>
Parameters
- topLevels
- Type: System.Collections.GenericIDictionaryString, Int32
The requested top hierarchy levels.
Return Value
Type:
ReadOnlyDictionaryString,
ActionIHierarchyMember,
HierarchyMemberDataThe mapping rules.
See Also