Class DirectoryArgument
Implements
Inherited Members
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public class DirectoryArgument : StringArgument, IArgument
Constructors
| Edit this page View SourceDirectoryArgument(string)
Declaration
public DirectoryArgument(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
| Edit this page View SourceAbsolutePath
Declaration
public string AbsolutePath { get; }
Property Value
Type | Description |
---|---|
string |
DataType
Data type for the argument
Declaration
public override ArgumentDataType DataType { get; }
Property Value
Type | Description |
---|---|
ArgumentDataType |
Overrides
| Edit this page View SourceMustExist
If true, then the directory must exist in order to be considered valid
Declaration
public bool MustExist { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceGetDefaultValue()
Get the default value for the argument
Declaration
protected override string GetDefaultValue()
Returns
Type | Description |
---|---|
string | Empty string |
Overrides
| Edit this page View SourceValidate()
Validate the argument value against the argument definition
Declaration
public override bool Validate()
Returns
Type | Description |
---|---|
bool | True if the argument is valid |