C# Класс Opc.Ua.RelativePathFormatter.Element

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

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

Метод Описание
Element ( ) : System

Initializes the object the default values.

Element ( RelativePathElement element, ITypeTable typeTree ) : System

Initializes the object from a RelativePathElement

Parse ( StringReader reader ) : Element

Extracts a relative path element from a string.

ToString ( ) : string

Formats the relative path element as a string.

ToString ( string format, IFormatProvider formatProvider ) : string

Formats the numeric range as a string.

Приватные методы

Метод Описание
EncodeName ( StringBuilder path, string name ) : void

Encodes a name using the relative path syntax.

ParseName ( StringReader reader, bool referenceName ) : Opc.Ua.QualifiedName

Extracts a browse name with an optional namespace prefix from the reader.

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

Element() публичный Метод

Initializes the object the default values.
public Element ( ) : System
Результат System

Element() публичный Метод

Initializes the object from a RelativePathElement
public Element ( RelativePathElement element, ITypeTable typeTree ) : System
element RelativePathElement
typeTree ITypeTable
Результат System

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

Extracts a relative path element from a string.
public static Parse ( StringReader reader ) : Element
reader System.IO.StringReader The string read stream containing the text to convert to a RelativePathStringElement
Результат Element

ToString() публичный Метод

Formats the relative path element as a string.
public ToString ( ) : string
Результат string

ToString() публичный Метод

Formats the numeric range as a string.
Thrown if non-null parameters are passed
public ToString ( string format, IFormatProvider formatProvider ) : string
format string (Unused) Always pass null
formatProvider IFormatProvider (Unused) Always pass null
Результат string