C# 클래스 Alba.Jaml.MSInternal.XamlCommonFrame

상속: XamlFrame
파일 보기 프로젝트 열기: Athari/Alba.Jaml 1 사용 예제들

공개 메소드들

메소드 설명
AddNamespace ( string prefix, string xamlNs ) : void
GetNamespacePrefixes ( ) : IEnumerable
Reset ( ) : void
SetNamespaces ( string>.Dictionary namespaces ) : void
TryGetNamespaceByPrefix ( string prefix, string &xamlNs ) : bool
XamlCommonFrame ( ) : System.Collections.Generic
XamlCommonFrame ( XamlCommonFrame source ) : System.Collections.Generic

메소드 상세

AddNamespace() 공개 메소드

public AddNamespace ( string prefix, string xamlNs ) : void
prefix string
xamlNs string
리턴 void

GetNamespacePrefixes() 공개 메소드

public GetNamespacePrefixes ( ) : IEnumerable
리턴 IEnumerable

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetNamespaces() 공개 메소드

public SetNamespaces ( string>.Dictionary namespaces ) : void
namespaces string>.Dictionary
리턴 void

TryGetNamespaceByPrefix() 공개 메소드

public TryGetNamespaceByPrefix ( string prefix, string &xamlNs ) : bool
prefix string
xamlNs string
리턴 bool

XamlCommonFrame() 공개 메소드

public XamlCommonFrame ( ) : System.Collections.Generic
리턴 System.Collections.Generic

XamlCommonFrame() 공개 메소드

public XamlCommonFrame ( XamlCommonFrame source ) : System.Collections.Generic
source XamlCommonFrame
리턴 System.Collections.Generic