C# Class Alba.Jaml.MSInternal.XamlCommonFrame

Inheritance: XamlFrame
Datei anzeigen Open project: Athari/Alba.Jaml Class Usage Examples

Public Methods

Method Description
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

Method Details

AddNamespace() public method

public AddNamespace ( string prefix, string xamlNs ) : void
prefix string
xamlNs string
return void

GetNamespacePrefixes() public method

public GetNamespacePrefixes ( ) : IEnumerable
return IEnumerable

Reset() public method

public Reset ( ) : void
return void

SetNamespaces() public method

public SetNamespaces ( string>.Dictionary namespaces ) : void
namespaces string>.Dictionary
return void

TryGetNamespaceByPrefix() public method

public TryGetNamespaceByPrefix ( string prefix, string &xamlNs ) : bool
prefix string
xamlNs string
return bool

XamlCommonFrame() public method

public XamlCommonFrame ( ) : System.Collections.Generic
return System.Collections.Generic

XamlCommonFrame() public method

public XamlCommonFrame ( XamlCommonFrame source ) : System.Collections.Generic
source XamlCommonFrame
return System.Collections.Generic