Click or drag to resize

ObjectRegistryBase Class

Base class of object registry.
Inheritance Hierarchy

Namespace:  Lextm.SharpSnmpPro.Mib.Registry
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public abstract class ObjectRegistryBase

The ObjectRegistryBase type exposes the following members.

Constructors
  NameDescription
Protected methodObjectRegistryBase
Initializes a new instance of the ObjectRegistryBase class
Top
Properties
  NameDescription
Public propertyTree
Object tree.
Top
Methods
  NameDescription
Public methodCreateVariable(String)
Creates a variable.
Public methodCreateVariable(String, ISnmpData)
Creates a variable.
Public methodDecode(UInt32, ISnmpData)
Decodes the data against the object identifier.
Public methodDecode(ObjectIdentifier, ISnmpData)
Decodes the data against the object identifier.
Public methodDecode(String, String, ISnmpData)
Decodes the data against the object name in specified module.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImport
Imports instances of Module.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh
Refreshes.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTranslate(String)
Gets numerical form from textual form.
Public methodTranslate(UInt32)
Gets textual form from numerical form.
Public methodTranslate(String, String)
Gets numerical form from textual form.
Public methodValidateTable
Validates if an ObjectIdentifier is a table.
Public methodVerify(ObjectIdentifier, ISnmpData)
Verifies the data against the object identifier.
Public methodVerify(String, String, ISnmpData)
Verifies the data against the object name defined in specified module.
Top
Events
  NameDescription
Public eventOnChanged
This event occurs when new documents are loaded.
Top
See Also