C# Class HYPDM.Res.NavigationProxy

Mostrar archivo Open project: huayancreate/HYPDM Class Usage Examples

Public Methods

Method Description
GeModuleList ( string groupID ) : IList

查询导航模块。

GetGroupList ( ) : IList

查一级分组。

GetGroupList ( string parentID ) : IList

查下载分组。

Method Details

GeModuleList() public method

查询导航模块。
public GeModuleList ( string groupID ) : IList
groupID string
return IList

GetGroupList() public method

查一级分组。
public GetGroupList ( ) : IList
return IList

GetGroupList() public method

查下载分组。
public GetGroupList ( string parentID ) : IList
parentID string
return IList