Click or drag to resize

IEntity Interface

Entity interface.

Namespace:  Lextm.SharpSnmpPro.Mib
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public interface IEntity : IConstruct, 
	IValidatable

The IEntity type exposes the following members.

Properties
  NameDescription
Public propertyCharPositionInLine
Gets the char position in line.
(Inherited from IConstruct.)
Public propertyDescription
Provides a textual description of the item being defined.
Public propertyLine
Gets the line number.
(Inherited from IConstruct.)
Public propertyModule
Gets or sets the module.
(Inherited from IConstruct.)
Public propertyName
Name.
(Inherited from IConstruct.)
Public propertyObjectIdentifier Obsolete.
Gets or sets the object identifier.
Public propertyParent
Gets or sets the parent.
Public propertyReference
Specifies the source of the definition (such as a document from another standards organization, or an architectural document for a proprietary system).
Public propertyStatus
Status.
Public propertyValue
Gets or sets the value.
Public propertyValues
Public propertyVerified
Top
Methods
  NameDescription
Public methodValidate
Validates this entity.
(Inherited from IValidatable.)
Top
Extension Methods
  NameDescription
Public Extension MethodDescriptionFormatted
Formatted description.
(Defined by EntityExtensions.)
Public Extension MethodGetObjectIdentifier
Gets object identifier.
(Defined by EntityExtensions.)
Top
See Also