HierarchyMemberDataToDataContractLimitParents Method |
The mapping between the business object and the DTO with parent member ancestry.
Namespace: Dundas.BI.WebApi.ModelsAssembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
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 IDictionaryString, Int32
- The requested top hierarchy levels.
Return Value
ReadOnlyDictionaryString,
ActionIHierarchyMember,
HierarchyMemberDataThe mapping rules.
See Also