Click or drag to resize

Definition Class

Object definition. A definition might map to multiple entities defined in different MIB documents.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpPro.Mib.RegistryDefinition

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

The Definition type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Children definitions.
Public propertyDisplayEntity
Returns one of the IEntity in this Definition.
Public propertyParent
Gets the parent definition.
Public propertyTextualForms
Returns the textual forms.
Public propertyType
Gets the type.
Public propertyValue
Value.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNumericalForm
Gets the numerical form.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also