Method | Description | |
---|---|---|
IsEmpty ( |
Returns true if the relative path does not specify any elements.
|
|
Parse ( string textToParse ) : |
Parses a string representing a relative path. Parses a string representing a relative path. |
|
Parse ( string textToParse, Opc.Ua.NamespaceTable currentTable, Opc.Ua.NamespaceTable targetTable ) : |
Parses a string representing a relative path and translates the namespace indexes. Parses a string representing a relative path. |
|
RelativePathFormatter ( ) : System |
Initializes the object the default values.
|
|
RelativePathFormatter ( |
Initializes the object the default values.
|
|
ToString ( ) : string |
Formats the relative path as a string. Formats the relative path as a string. |
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Formats the relative path as a string. Formats the relative path as a string. |
|
TranslateNamespaceIndexes ( Opc.Ua.NamespaceTable currentTable, Opc.Ua.NamespaceTable targetTable ) : void |
Updates the path to use the indexes from the target table.
|
|
UpdateNamespaceTable ( Opc.Ua.NamespaceTable currentTable, Opc.Ua.NamespaceTable targetTable ) : void |
Updates the namespace table with URI used in the relative path.
|
public static IsEmpty ( |
||
relativePath | ||
return | bool |
public static Parse ( string textToParse ) : |
||
textToParse | string | |
return |
public static Parse ( string textToParse, Opc.Ua.NamespaceTable currentTable, Opc.Ua.NamespaceTable targetTable ) : |
||
textToParse | string | |
currentTable | Opc.Ua.NamespaceTable | |
targetTable | Opc.Ua.NamespaceTable | |
return |
public RelativePathFormatter ( |
||
relativePath | ||
typeTree | ITypeTable | |
return | System |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | (Unused) Always pass null |
formatProvider | IFormatProvider | (Unused) Always pass null |
return | string |
public TranslateNamespaceIndexes ( Opc.Ua.NamespaceTable currentTable, Opc.Ua.NamespaceTable targetTable ) : void | ||
currentTable | Opc.Ua.NamespaceTable | The NamespaceTable which the RelativePathString currently references |
targetTable | Opc.Ua.NamespaceTable | The NamespaceTable which the RelativePathString should reference |
return | void |
public UpdateNamespaceTable ( Opc.Ua.NamespaceTable currentTable, Opc.Ua.NamespaceTable targetTable ) : void | ||
currentTable | Opc.Ua.NamespaceTable | The current table. |
targetTable | Opc.Ua.NamespaceTable | The target table. |
return | void |