Class DefaultProgramOptions
Inheritance
DefaultProgramOptions
Assembly: Benday.CommandsFramework.dll
Syntax
public class DefaultProgramOptions : ICommandProgramOptions
Properties
|
Edit this page
View Source
ApplicationName
Declaration
public string ApplicationName { get; set; }
Property Value
|
Edit this page
View Source
ConfigurationFolderName
Declaration
public string ConfigurationFolderName { get; set; }
Property Value
|
Edit this page
View Source
DisplayUsageOptions
Declaration
public DisplayUsageOptions DisplayUsageOptions { get; set; }
Property Value
|
Edit this page
View Source
OutputProvider
Declaration
public ITextOutputProvider OutputProvider { get; set; }
Property Value
|
Edit this page
View Source
UsesConfiguration
Declaration
public bool UsesConfiguration { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
public string Version { get; set; }
Property Value
|
Edit this page
View Source
Website
Declaration
public string Website { get; set; }
Property Value
Implements