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.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetNumericalForm Gets the numerical form.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also