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
Properties
IsFile
public bool IsFile { get; }
Property Value
Methods
GetPossibleValues()
public override string GetPossibleValues()
Returns
Parse(string)
public override object Parse(string value)
Parameters
value
string