C# Класс Opc.Ua.Com.Server.ComAe2Browser

A base class for classes that implement an OPC COM specification.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Browse ( bool isArea, string filter ) : IList

Browses the current branch.

BrowseDown ( string targetName ) : void

Moves the current browse position down.

BrowseTo ( string itemId ) : void

Moves the current browse position to the specified item.

BrowseUp ( ) : void

Moves the current browse position up.

ComAe2Browser ( ComAe2Proxy server, ComAe2ProxyConfiguration configuration, ComAeNamespaceMapper mapper ) : System

Initializes a new instance of the ComHdaBrowser class.

Dispose ( ) : void

Frees any unmanaged resources.

GetQualifiedName ( string targetName, bool isArea ) : string

Gets the qualified name.

IsValidQualifiedName ( string itemId, bool isArea ) : bool

Checks if the item id identified by the is a valid area or source.

SearchByQualifiedName ( string pattern, bool isArea ) : List

Returns the areas or sources that meet search pattern.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

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

Метод Описание
Browse ( Session session, AeBrowseElement start, bool isArea ) : List

Fetches the children from the server.

Browse ( Session session, AeBrowseElement start, string pattern, bool isArea ) : List

Finds the children that match the pattern (updates cache if required).

Find ( Session session, string itemId, AeBrowseElement root, Stack names, bool isArea ) : AeBrowseElement

Finds an element identified by the path from the root.

Find ( Session session, string itemId, bool isArea ) : AeBrowseElement

Finds the area/source with the specified identifier.

FindRoot ( string itemId, Stack names ) : AeBrowseElement

Parses the item if looking for a known root element.

IsWildcardChar ( char ch ) : bool

Returns true if char is one of the special chars that must be escaped.

ThrowIfDisposed ( ) : void

Throws if disposed.

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

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

Browses the current branch.
public Browse ( bool isArea, string filter ) : IList
isArea bool
filter string
Результат IList

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

Moves the current browse position down.
public BrowseDown ( string targetName ) : void
targetName string
Результат void

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

Moves the current browse position to the specified item.
public BrowseTo ( string itemId ) : void
itemId string
Результат void

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

Moves the current browse position up.
public BrowseUp ( ) : void
Результат void

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

Initializes a new instance of the ComHdaBrowser class.
public ComAe2Browser ( ComAe2Proxy server, ComAe2ProxyConfiguration configuration, ComAeNamespaceMapper mapper ) : System
server ComAe2Proxy
configuration ComAe2ProxyConfiguration
mapper ComAeNamespaceMapper
Результат System

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

Frees any unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Gets the qualified name.
public GetQualifiedName ( string targetName, bool isArea ) : string
targetName string
isArea bool
Результат string

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

Checks if the item id identified by the is a valid area or source.
public IsValidQualifiedName ( string itemId, bool isArea ) : bool
itemId string
isArea bool
Результат bool

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

Returns the areas or sources that meet search pattern.
public SearchByQualifiedName ( string pattern, bool isArea ) : List
pattern string
isArea bool
Результат List