C# 클래스 HAMMER.Pants.ResourceFileParser

파일 보기 프로젝트 열기: Code52/HAMMER 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
XamlPresentationNamespace System.Xml.Linq.XNamespace
XamlRootNamespace System.Xml.Linq.XNamespace

공개 메소드들

메소드 설명
ResourceFileParser ( System.Xml.Linq.XDocument document ) : System.Collections.Generic
Update ( string baseColourHex ) : System.Xml.Linq.XDocument

메소드 상세

ResourceFileParser() 공개 메소드

public ResourceFileParser ( System.Xml.Linq.XDocument document ) : System.Collections.Generic
document System.Xml.Linq.XDocument
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( string baseColourHex ) : System.Xml.Linq.XDocument
baseColourHex string
리턴 System.Xml.Linq.XDocument

프로퍼티 상세

XamlPresentationNamespace 공개적으로 정적으로 프로퍼티

public static XNamespace,System.Xml.Linq XamlPresentationNamespace
리턴 System.Xml.Linq.XNamespace

XamlRootNamespace 공개적으로 정적으로 프로퍼티

public static XNamespace,System.Xml.Linq XamlRootNamespace
리턴 System.Xml.Linq.XNamespace