Class CompilerParamAttribute

Namespace
Elegy.MapCompiler.ConsoleArguments
Assembly
Elegy.MapCompiler.dll
[AttributeUsage(AttributeTargets.Property)]
public abstract class CompilerParamAttribute : Attribute
Inheritance
CompilerParamAttribute
Derived
Inherited Members

Constructors

CompilerParamAttribute(string)

public CompilerParamAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; set; }

Property Value

string

Methods

GetPossibleValues()

public abstract string GetPossibleValues()

Returns

string

Parse(string)

public abstract object Parse(string value)

Parameters

value string

Returns

object