C# Class CRL.Area.AreaAction

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

Méthodes publiques

Méthode Description
Get ( string code ) : IArea
GetChild ( string parentCode ) : List

根据父级获取所有子级

Method Details

Get() public static méthode

public static Get ( string code ) : IArea
code string
Résultat IArea

GetChild() public static méthode

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