Show / Hide Table of Contents

Class DefaultProgramOptions

Inheritance
object
DefaultProgramOptions
Implements
ICommandProgramOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public class DefaultProgramOptions : ICommandProgramOptions

Properties

| Edit this page View Source

ApplicationName

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

ConfigurationFolderName

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

DisplayUsageOptions

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

OutputProvider

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

UsesConfiguration

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

Version

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

Website

Declaration
public string Website { get; set; }
Property Value
Type Description
string

Implements

ICommandProgramOptions
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com