C# Класс HeaviSoft.FrameworkBase.Extension.ConfigurationEx

Показать файл Открыть проект

Открытые методы

Метод Описание
GetAtrriuteValues ( this parent, string attr, string eleLayouts ) : List

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

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

Описание методов

GetAtrriuteValues() публичный статический Метод

获取节点元素的属性值集合
public static GetAtrriuteValues ( this parent, string attr, string eleLayouts ) : List
parent this 父节点
attr string 属性
eleLayouts string 元素层次集合
Результат List

GetAttributeValue() публичный статический Метод

public static GetAttributeValue ( this element, string attr ) : string
element this
attr string
Результат string

GetElements() публичный статический Метод

public static GetElements ( this parent, string eleLayouts ) : IEnumerable
parent this
eleLayouts string
Результат IEnumerable