|
|
Draft
|
[SerializableAttribute] public enum DraftRevision
| Member name | Value | Description |
|---|---|---|
| Draft6 | 0 | Draft 6.0. |
| Draft7 | 1 | Draft 7.0 (i.e., IEEE Std C37.118-2005). |
| Std2005 | 1 | IEEE Std C37.118-2005. |
| Std2011 | 2 | IEEE Std C37.118-2011. |
| LatestVersion | 2 | Defines the latest known IEEE C37.118 version number. |
The DraftRevision type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) | |
| ToVersionString |
Gets the version number for a given DraftRevision.
(Defined by Common) |