Class CustomEnum
Inheritance
System.Object
CustomEnum
Assembly: OpenAPI.dll
Syntax
public abstract class CustomEnum : object
Properties
|
Improve this Doc
View Source
EnumType
Declaration
public string EnumType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; protected set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetValues()
Declaration
public abstract string[] GetValues()
Returns
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SetValue(String)
Set's the value of the parameter, should return false if not a valid option.
Declaration
public abstract bool SetValue(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Type |
Description |
System.Boolean |
|