C# Class HeaviSoft.FrameworkBase.Extension.ConfigurationEx

Exibir arquivo Open project: heavis/Documentor_V01R01

Public Methods

Method 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 method

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

GetAttributeValue() public static method

public static GetAttributeValue ( this element, string attr ) : string
element this
attr string
return string

GetElements() public static method

public static GetElements ( this parent, string eleLayouts ) : IEnumerable
parent this
eleLayouts string
return IEnumerable