Search Results for

    Show / Hide Table of Contents

    Class CustomEnum

    Inheritance
    System.Object
    CustomEnum
    Namespace: OpenAPI.Commands
    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX