const string | DEFAULT_PATH[Get] |
EnumCodeWrapper ( IFileIo fileIo, string enumName, string entityName, IList< WitKeyword > enumValues, string enumNamespace, string sourceCodeFile ) | |
void | AddValues ( IList< WitKeyword > values ) Adds the supplied values to the enum construct. Values that already exist are ignored. |
void | AddValue ( WitKeyword keyword ) |
void | WriteToFile ( ) |
string | ToSourceCode ( ) |
void | RemoveValues ( IList< string > values ) Removes the supplied values to the enum construct. Values that do not exist in the enum are ignored. |
| const string Meta.Conduit.Editor.EnumCodeWrapper.DEFAULT_PATH |
|---|
No description available.
|
| Meta.Conduit.Editor.EnumCodeWrapper.EnumCodeWrapper ( IFileIo fileIo, Type enumType, string entityName, string sourceCodeFile ) |
|---|
No description available.
|
| Meta.Conduit.Editor.EnumCodeWrapper.EnumCodeWrapper ( IFileIo fileIo, string enumName, string entityName, IList< WitKeyword > enumValues, string enumNamespace, string sourceCodeFile ) |
|---|
No description available.
|
| void Meta.Conduit.Editor.EnumCodeWrapper.AddValues ( IList< WitKeyword > values ) |
|---|
Adds the supplied values to the enum construct. Values that already exist are ignored. Parameters values The values to add. |
| void Meta.Conduit.Editor.EnumCodeWrapper.AddValue ( WitKeyword keyword ) |
|---|
No description available.
|
| void Meta.Conduit.Editor.EnumCodeWrapper.WriteToFile ( ) |
|---|
No description available.
|
| string Meta.Conduit.Editor.EnumCodeWrapper.ToSourceCode ( ) |
|---|
No description available.
|
| void Meta.Conduit.Editor.EnumCodeWrapper.RemoveValues ( IList< string > values ) |
|---|
Removes the supplied values to the enum construct. Values that do not exist in the enum are ignored. Parameters values The values to remove. |