C# Класс TagLib.Xmp.XmlNodeExtensions

Показать файл Открыть проект

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

Метод Описание
In ( this node, string ns ) : bool
Is ( this node, string ns, string name ) : bool
IsCoreSyntax ( this node ) : bool
IsNodeElement ( this node ) : bool
IsOld ( this node ) : bool
IsPropertyAttribute ( this node ) : bool
IsPropertyElement ( this node ) : bool

Описание методов

In() публичный статический Метод

public static In ( this node, string ns ) : bool
node this
ns string
Результат bool

Is() публичный статический Метод

public static Is ( this node, string ns, string name ) : bool
node this
ns string
name string
Результат bool

IsCoreSyntax() публичный статический Метод

public static IsCoreSyntax ( this node ) : bool
node this
Результат bool

IsNodeElement() публичный статический Метод

public static IsNodeElement ( this node ) : bool
node this
Результат bool

IsOld() публичный статический Метод

public static IsOld ( this node ) : bool
node this
Результат bool

IsPropertyAttribute() публичный статический Метод

public static IsPropertyAttribute ( this node ) : bool
node this
Результат bool

IsPropertyElement() публичный статический Метод

public static IsPropertyElement ( this node ) : bool
node this
Результат bool