Show / Hide Table of Contents

Interface ICommandProgramOptions

Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public interface ICommandProgramOptions

Properties

| Edit this page View Source

ApplicationName

Declaration
string ApplicationName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ConfigurationFolderName

Declaration
string ConfigurationFolderName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

DisplayUsageOptions

Declaration
DisplayUsageOptions DisplayUsageOptions { get; set; }
Property Value
Type Description
DisplayUsageOptions
| Edit this page View Source

OutputProvider

Declaration
ITextOutputProvider OutputProvider { get; set; }
Property Value
Type Description
ITextOutputProvider
| Edit this page View Source

UsesConfiguration

Declaration
bool UsesConfiguration { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Version

Declaration
string Version { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Website

Declaration
string Website { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com