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

A class that implements a COM DA group.
Наследование: IDisposable
Показать файл Открыть проект

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

Метод Описание
Browse ( int browseType ) : IList

Browses the current branch.

BrowseDown ( string targetName ) : void

Moves the current browse position down.

BrowseForItems ( ) : IList

Browse for all items below the current branch.

BrowseTo ( string itemId ) : void

Moves the current browse position to the specified item.

BrowseUp ( ) : void

Moves the current browse position up.

ComHdaBrowser ( ComHdaProxy server, ComDaBrowseManager browseManager ) : System

Initializes a new instance of the ComHdaBrowser class.

Dispose ( ) : void

Frees any unmanaged resources.

GetItemId ( string browseName ) : string

Gets the item id for the specified browse element.

SetAttributeFilter ( uint attributeIds, int operators, object values ) : int[]

Sets the attribute filter.

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

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

An overrideable version of the Dispose.

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

Метод Описание
ApplyFilters ( IList elements, int browseType ) : IList

Applies the filters to the list of names.

BrowseForItems ( Session session, ComDaBrowseElement parent, List hits ) : void

Recursively browses for items.

MatchFilter ( string name, ItemNameFilter filter ) : bool

Return true if the name natches the filter.

ThrowIfDisposed ( ) : void

Throws if disposed.

TraceState ( string context ) : void

Dumps the current state of the browser.

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

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

Browses the current branch.
public Browse ( int browseType ) : IList
browseType int Type of the browse.
Результат IList

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

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

BrowseForItems() публичный метод

Browse for all items below the current branch.
public BrowseForItems ( ) : IList
Результат IList

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

ComHdaBrowser() публичный метод

Initializes a new instance of the ComHdaBrowser class.
public ComHdaBrowser ( ComHdaProxy server, ComDaBrowseManager browseManager ) : System
server ComHdaProxy The server.
browseManager ComDaBrowseManager The browse manager.
Результат 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

GetItemId() публичный метод

Gets the item id for the specified browse element.
public GetItemId ( string browseName ) : string
browseName string The name of the browse element.
Результат string

SetAttributeFilter() публичный метод

Sets the attribute filter.
public SetAttributeFilter ( uint attributeIds, int operators, object values ) : int[]
attributeIds uint The attribute ids.
operators int The operators.
values object The values.
Результат int[]