C# 클래스 Opc.Ua.RelativePath

A class that stores a relative path
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
Format ( ITypeTable typeTree ) : string

Formats the relative path as a string.

IsEmpty ( RelativePath relativePath ) : bool

Returns true if the relative path does not specify any elements.

Parse ( string browsePath, ITypeTable typeTree ) : RelativePath

Parses a relative path formatted as a string.

Parse ( string browsePath, ITypeTable typeTree, Opc.Ua.NamespaceTable currentTable, Opc.Ua.NamespaceTable targetTable ) : RelativePath

Parses a relative path formatted as a string.

RelativePath ( Opc.Ua.NodeId referenceTypeId, Opc.Ua.QualifiedName browseName ) : System

Creates a relative path to follow the forward reference type to find the specified browse name.

RelativePath ( Opc.Ua.NodeId referenceTypeId, bool isInverse, bool includeSubtypes, Opc.Ua.QualifiedName browseName ) : System

Creates a relative path to follow the forward reference type to find the specified browse name.

RelativePath ( Opc.Ua.QualifiedName browseName ) : System

Creates a relative path to follow any hierarchial references to find the specified browse name.

메소드 상세

Format() 공개 메소드

Formats the relative path as a string.
public Format ( ITypeTable typeTree ) : string
typeTree ITypeTable
리턴 string

IsEmpty() 공개 정적인 메소드

Returns true if the relative path does not specify any elements.
public static IsEmpty ( RelativePath relativePath ) : bool
relativePath RelativePath
리턴 bool

Parse() 공개 정적인 메소드

Parses a relative path formatted as a string.
public static Parse ( string browsePath, ITypeTable typeTree ) : RelativePath
browsePath string
typeTree ITypeTable
리턴 RelativePath

Parse() 공개 정적인 메소드

Parses a relative path formatted as a string.
public static Parse ( string browsePath, ITypeTable typeTree, Opc.Ua.NamespaceTable currentTable, Opc.Ua.NamespaceTable targetTable ) : RelativePath
browsePath string
typeTree ITypeTable
currentTable Opc.Ua.NamespaceTable
targetTable Opc.Ua.NamespaceTable
리턴 RelativePath

RelativePath() 공개 메소드

Creates a relative path to follow the forward reference type to find the specified browse name.
public RelativePath ( Opc.Ua.NodeId referenceTypeId, Opc.Ua.QualifiedName browseName ) : System
referenceTypeId Opc.Ua.NodeId
browseName Opc.Ua.QualifiedName
리턴 System

RelativePath() 공개 메소드

Creates a relative path to follow the forward reference type to find the specified browse name.
public RelativePath ( Opc.Ua.NodeId referenceTypeId, bool isInverse, bool includeSubtypes, Opc.Ua.QualifiedName browseName ) : System
referenceTypeId Opc.Ua.NodeId
isInverse bool
includeSubtypes bool
browseName Opc.Ua.QualifiedName
리턴 System

RelativePath() 공개 메소드

Creates a relative path to follow any hierarchial references to find the specified browse name.
public RelativePath ( Opc.Ua.QualifiedName browseName ) : System
browseName Opc.Ua.QualifiedName
리턴 System