Class PathParamAttribute

Namespace
Elegy.MapCompiler.ConsoleArguments
Assembly
Elegy.MapCompiler.dll
public class PathParamAttribute : CompilerParamAttribute
Inheritance
PathParamAttribute
Inherited Members

Constructors

PathParamAttribute(string, bool)

public PathParamAttribute(string name, bool isFile = false)

Parameters

name string
isFile bool

Properties

IsFile

public bool IsFile { get; }

Property Value

bool

Methods

GetPossibleValues()

public override string GetPossibleValues()

Returns

string

Parse(string)

public override object Parse(string value)

Parameters

value string

Returns

object