2 using System.Collections.Generic;
6 namespace Lextm.SharpSnmpLib.Mib
25 private List<MibTreeNode> _childNodes =
new List<MibTreeNode>();
37 get {
return _parent; }
42 get {
return _entity; }
47 get {
return _nodeType; }
50 public List<MibTreeNode> ChildNodes
52 get {
return _childNodes; }
58 this.ChildNodes.Add(result);
74 else if (_childNodes.Count > 0)
81 ObjectType ot = _entity as ObjectType;
MibTreeNode(MibTreeNode parent, IEntity entity)
Description of NotificationGroupNode.
The SEQUENCE type represents a set of specified types. This is roughtly analogous to a ...
Description of ObjectGroupNode.
MibTreeNode AddChild(IEntity element)
Basic interface for all elements building up the MIB tree, thus having an OID as value.
Description of ModuleComplianceNode.
The SEQUENCE OF type represents a list of data sets..