C# Class CRL.Area.AreaAction

查询地区区域 数据不依赖数据库,从资源中加载Resources.area
Datei anzeigen Open project: hubro-xx/CRL2

Public Methods

Method Description
Get ( string code ) : IArea
GetChild ( string parentCode ) : List

根据父级获取所有子级

Method Details

Get() public static method

public static Get ( string code ) : IArea
code string
return IArea

GetChild() public static method

根据父级获取所有子级
public static GetChild ( string parentCode ) : List
parentCode string
return List