C# 클래스 Opc.Ua.RelativePathFormatter.Element

상속: IFormattable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
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