C# 클래스 System.Xml.Linq.Extensions

파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

공개 메소드들

메소드 설명
AttributeValueOrDefault ( this xElement, string attrName, string defaultValue ) : string
GetProperty ( this xElement ) : object
IsProperty ( this xElement ) : bool

메소드 상세

AttributeValueOrDefault() 공개 정적인 메소드

public static AttributeValueOrDefault ( this xElement, string attrName, string defaultValue ) : string
xElement this
attrName string
defaultValue string
리턴 string

GetProperty() 공개 정적인 메소드

public static GetProperty ( this xElement ) : object
xElement this
리턴 object

IsProperty() 공개 정적인 메소드

public static IsProperty ( this xElement ) : bool
xElement this
리턴 bool