Click or drag to resize

IEntity Interface

Entity interface.

Namespace: Lextm.SharpSnmpPro.Mib
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
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 Gets or sets the object identifier.
Obsolete
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 Gets or sets the list of ID components.
Public propertyVerified Gets or sets the verification status of an entity.
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