C# Класс Opc.Ua.Com.Client.ComDaClient.Da20ElementBrowser

Browses for DA elements using the DA 2.0 interfaces.
Наследование: IDaElementBrowser
Показать файл Открыть проект

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

Метод Описание
Da20ElementBrowser ( ComDaClient client, string itemId, bool browseToNotSupported ) : System

Initializes a new instance of the Da20ElementBrowser class.

Dispose ( ) : void

Frees any unmanaged resources.

Find ( string targetId, bool isItem ) : DaElement

Finds the element with the specified item id.

Find ( string parentId, string targetId, bool isItem, bool recursive ) : DaElement

Finds the element with the specified item id.

Next ( ) : DaElement

Returns the next DA element.

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

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

An overrideable version of the Dispose.

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

Метод Описание
SearchAndSetBrowsePosition ( string itemId ) : bool

Sets the browse position using the BROWSE_DOWN operator.

SetBrowsePosition ( string itemId ) : bool

Sets the browse position.

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

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

Initializes a new instance of the Da20ElementBrowser class.
public Da20ElementBrowser ( ComDaClient client, string itemId, bool browseToNotSupported ) : System
client ComDaClient The client.
itemId string The item id.
browseToNotSupported bool if set to true BROWSE_TO not supported.
Результат 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

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

Finds the element with the specified item id.
public Find ( string targetId, bool isItem ) : DaElement
targetId string The target id.
isItem bool if set to true [is item].
Результат DaElement

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

Finds the element with the specified item id.
public Find ( string parentId, string targetId, bool isItem, bool recursive ) : DaElement
parentId string The parent id.
targetId string The target id.
isItem bool if set to true the element is a item.
recursive bool if set to true [recursive].
Результат DaElement

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

Returns the next DA element.
public Next ( ) : DaElement
Результат DaElement