WarningCategory Enumeration |
Warning category.
Namespace:
Lextm.SharpSnmpPro.Mib.Validation
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic enum WarningCategory
Public Enumeration WarningCategory
public enum class WarningCategory
Members
| Member name | Value | Description |
---|
| Obsolete | 1 |
The syntax is obsolete.
|
| DuplicateModule | 2 | Obsolete.
Duplicate module is detected.
|
| ImplicitNodeCreation | 3 |
A node is created implicitly.
|
| WrongModuleName | 5 |
Module name should be fixed.
|
| WrongTableName | 9 |
Table name should be fixed.
|
| WrongEntryName | 10 |
Entry name should be fixed.
|
| WrongTypeName | 11 |
Type name should be fixed.
|
| WrongMacroName | 12 |
Macro name should be fixed.
|
| WrongObjectName | 13 |
Object name should be fixed.
|
| WrongNumberName | 14 |
Number name should be fixed.
|
| WrongIdentifierName | 15 |
Identifier name should be fixed.
|
| WrongConstraintName | 16 |
Constraint name should be fixed.
|
| WrongChoiceName | 17 |
Choice name should be fixed.
|
| WrongBitName | 18 |
Bit name should be fixed.
|
| WrongCamelCase | 19 |
Camel case should be used.
|
| WrongPascelCase | 20 |
Pascal case should be used.
|
| IgnoredEntity | 21 |
An entity is ignored.
|
| DuplicateEntity | 22 |
Duplicate entities are detected.
|
| WrongRevision | 23 |
Revision time string should be of standard format.
|
| SematicError | 24 |
SMI minor issues. Usually there is a better way to author this element.
|
| WrongImpliedIndex | 25 |
The IMPLIED modifier found on wrong item.
|
| WrongIndexType | 26 |
Index type syntax is not typical.
|
See Also