C# Класс Alba.Jaml.MSInternal.XamlCommonFrame

Наследование: XamlFrame
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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