Click or drag to resize

WarningCategory Enumeration

Warning category.

Namespace: Lextm.SharpSnmpPro.Mib.Validation
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
public enum WarningCategory
Members
Member nameValueDescription
Obsolete1 The syntax is obsolete.
DuplicateModule2 Duplicate module is detected.
Obsolete
ImplicitNodeCreation3 A node is created implicitly.
WrongModuleName5 Module name should be fixed.
WrongTableName9 Table name should be fixed.
WrongEntryName10 Entry name should be fixed.
WrongTypeName11 Type name should be fixed.
WrongMacroName12 Macro name should be fixed.
WrongObjectName13 Object name should be fixed.
WrongNumberName14 Number name should be fixed.
WrongIdentifierName15 Identifier name should be fixed.
WrongConstraintName16 Constraint name should be fixed.
WrongChoiceName17 Choice name should be fixed.
WrongBitName18 Bit name should be fixed.
WrongCamelCase19 Camel case should be used.
WrongPascelCase20 Pascal case should be used.
IgnoredEntity21 An entity is ignored.
DuplicateEntity22 Duplicate entities are detected.
WrongRevision23 Revision time string should be of standard format.
SematicError24 SMI minor issues. Usually there is a better way to author this element.
WrongImpliedIndex25 The IMPLIED modifier found on wrong item.
WrongIndexType26 Index type syntax is not typical.
See Also