Class Settings
The class managing the settings of Parser
public class Settings
- Inheritance
-
Settings
- Inherited Members
Constructors
Settings()
Initializa a new instance of Settings
public Settings()
Properties
CheckUnwanted
True to test if there are unwanted switches
public bool CheckUnwanted { get; set; }
Property Value
DefaultConsoleWindowWidth
Default value to be used when a real console device is not available. Default is 80
public int DefaultConsoleWindowWidth { get; set; }
Property Value
DefaultCustomPrefix
Default value of CustomPrefix used when a new instance of ArgumentMetadataBase is created
public string DefaultCustomPrefix { get; set; }
Property Value
DefaultDescriptionPadding
Default value to use on padding the help information
public int DefaultDescriptionPadding { get; set; }
Property Value
DefaultFileNameIdentifier
Default value of identifier used when an argument represent a file containing the arguments
public char DefaultFileNameIdentifier { get; set; }
Property Value
DefaultIsCaseInvariant
Default value of IsCaseInvariant used when a new instance of ArgumentMetadataBase is created
public bool DefaultIsCaseInvariant { get; set; }
Property Value
DefaultKeyValuePairSeparator
Default value of KeyValuePairSeparator used when a new instance of ArgumentMetadataBase is created
public string DefaultKeyValuePairSeparator { get; set; }
Property Value
DefaultMultiValueSeparator
Default value of MultiValueSeparator used when a new instance of ArgumentMetadataBase is created
public char DefaultMultiValueSeparator { get; set; }
Property Value
DefaultPrefix
Default value of Prefix used when a new instance of ArgumentMetadataBase is created
public ArgumentPrefix DefaultPrefix { get; set; }
Property Value
DefaultType
Default value of Type used when a new instance of ArgumentMetadataBase is created
public ArgumentType DefaultType { get; set; }
Property Value
DefaultValueType
Default value of ValueType used when a new instance of ArgumentMetadataBase is created
public ArgumentValueType DefaultValueType { get; set; }
Property Value
PrefixInUse
The string representing the actual prefix from configuration
public string PrefixInUse { get; }