C# Class Alba.Jaml.MSInternal.XamlCommonFrame

Inheritance: XamlFrame
Afficher le fichier Open project: Athari/Alba.Jaml Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddNamespace ( string prefix, string xamlNs ) : void
prefix string
xamlNs string
Résultat void

GetNamespacePrefixes() public méthode

public GetNamespacePrefixes ( ) : IEnumerable
Résultat IEnumerable

Reset() public méthode

public Reset ( ) : void
Résultat void

SetNamespaces() public méthode

public SetNamespaces ( string>.Dictionary namespaces ) : void
namespaces string>.Dictionary
Résultat void

TryGetNamespaceByPrefix() public méthode

public TryGetNamespaceByPrefix ( string prefix, string &xamlNs ) : bool
prefix string
xamlNs string
Résultat bool

XamlCommonFrame() public méthode

public XamlCommonFrame ( ) : System.Collections.Generic
Résultat System.Collections.Generic

XamlCommonFrame() public méthode

public XamlCommonFrame ( XamlCommonFrame source ) : System.Collections.Generic
source XamlCommonFrame
Résultat System.Collections.Generic