C# Class HeaviSoft.FrameworkBase.Extension.ConfigurationEx

Afficher le fichier Open project: heavis/Documentor_V01R01

Méthodes publiques

Méthode Description
GetAtrriuteValues ( this parent, string attr, string eleLayouts ) : List

获取节点元素的属性值集合

GetAttributeValue ( this element, string attr ) : string
GetElements ( this parent, string eleLayouts ) : IEnumerable

Method Details

GetAtrriuteValues() public static méthode

获取节点元素的属性值集合
public static GetAtrriuteValues ( this parent, string attr, string eleLayouts ) : List
parent this 父节点
attr string 属性
eleLayouts string 元素层次集合
Résultat List

GetAttributeValue() public static méthode

public static GetAttributeValue ( this element, string attr ) : string
element this
attr string
Résultat string

GetElements() public static méthode

public static GetElements ( this parent, string eleLayouts ) : IEnumerable
parent this
eleLayouts string
Résultat IEnumerable