Browse |
public class BrowseItemBranch : BrowseItemBase, IEnumerable
The BrowseItemBranch type exposes the following members.
| Name | Description | |
|---|---|---|
| BrowseItemBranch | Constructs a new symbol table root. | |
| BrowseItemBranch(IEnumerableIBrowseItem) | Constructs a new symbol table root. | |
| BrowseItemBranch(IBrowseItem, String) | Constructs a new symbol table branch. | |
| BrowseItemBranch(IBrowseItem, String, Boolean) | Constructs a new symbol table entry. | |
| BrowseItemBranch(IBrowseItem, String, IEnumerableIBrowseItem) | Constructs a new symbol table branch. | |
| BrowseItemBranch(IBrowseItem, String, String, Boolean) | Constructs a new symbol table entry. |
| Name | Description | |
|---|---|---|
| AccessName |
The address used to access the item from the PLC.
(Inherited from StringAddress) | |
| AllowDeepSearch |
When searching for an item by AccessName, defines whether to deep search the symbol table.
(Inherited from BrowseItemBase) | |
| AllowedAccess |
The access defined by this address.
(Inherited from StringAddress) | |
| Description |
Description / comment for this browse item node.
(Inherited from BrowseItemBase) | |
| DescriptiveName |
A descriptive name (shown in the Tag Server Explorer), or null to use Name.
(Inherited from BrowseItemBase) | |
| IsBranch |
Returns true if this item has children and can be expanded.
(Overrides BrowseItemBaseIsBranch) | |
| IsItem |
Returns true if this item can be loaded.
(Inherited from BrowseItemBase) | |
| Name |
The name of this browse item node.
(Inherited from BrowseItemBase) |
| Name | Description | |
|---|---|---|
| Add | Adds a child symbol to a branch item. | |
| AddRange | Adds a child symbols to a branch item. | |
| Equals(IAddress) |
Determines whether the address equals the current address.
(Inherited from StringAddress) | |
| Equals(Object) |
Determines whether the specified address equals the current address.
(Inherited from StringAddress) | |
| Equals(StringAddress) |
Determines whether the address equals the current address.
(Inherited from StringAddress) | |
| FindChild |
Find a child by itemName or accessName.
(Inherited from BrowseItemBase) | |
| GetChildren |
Return children of a branch item.
(Overrides BrowseItemBaseGetChildren(BrowseFlags)) | |
| GetDataType |
Returns the type defined by this address.
(Inherited from StringAddress) | |
| GetHashCode |
Computes a hash code for this address.
(Inherited from StringAddress) | |
| Remove | Removes a child symbol from a branch item. | |
| ToString |
Returns a string that represents the current browse item.
(Inherited from BrowseItemBase) |
| Name | Description | |
|---|---|---|
| accessName |
A cache of the string representation of the address.
(Inherited from StringAddress) | |
| children |
Access to the list of child browse items.
(Inherited from BrowseItemBase) |