C# 클래스 HeaviSoft.FrameworkBase.Extension.ConfigurationEx

파일 보기 프로젝트 열기: heavis/Documentor_V01R01

공개 메소드들

메소드 설명
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