BadScript 2
Loading...
Searching...
No Matches
Options_With_Named_And_Empty_Sets.cs
Go to the documentation of this file.
1
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See License.md in the project root for license information.
2
3
namespace
CommandLine.Tests.Fakes
4
{
5
class
Options_With_Named_And_Empty_Sets
6
{
7
[Option(SetName =
"web"
)]
8
public
string
WebUrl
{
get
;
set
; }
9
10
[Option(SetName =
"web"
)]
11
public
int
MaxLinks
{
get
;
set
; }
12
13
[Option(SetName =
"ftp"
)]
14
public
string
FtpUrl
{
get
;
set
; }
15
16
[Option(SetName =
"ftp"
)]
17
public
int
MaxFiles
{
get
;
set
; }
18
19
[Option]
20
public
bool
Verbose
{
get
;
set
; }
21
22
[Option]
23
public
bool
Interactive
{
get
;
set
; }
24
}
25
}
CommandLine.Tests.Fakes.Options_With_Named_And_Empty_Sets
Definition
Options_With_Named_And_Empty_Sets.cs:6
CommandLine.Tests.Fakes.Options_With_Named_And_Empty_Sets.Verbose
bool Verbose
Definition
Options_With_Named_And_Empty_Sets.cs:20
CommandLine.Tests.Fakes.Options_With_Named_And_Empty_Sets.MaxLinks
int MaxLinks
Definition
Options_With_Named_And_Empty_Sets.cs:11
CommandLine.Tests.Fakes.Options_With_Named_And_Empty_Sets.MaxFiles
int MaxFiles
Definition
Options_With_Named_And_Empty_Sets.cs:17
CommandLine.Tests.Fakes.Options_With_Named_And_Empty_Sets.FtpUrl
string FtpUrl
Definition
Options_With_Named_And_Empty_Sets.cs:14
CommandLine.Tests.Fakes.Options_With_Named_And_Empty_Sets.Interactive
bool Interactive
Definition
Options_With_Named_And_Empty_Sets.cs:23
CommandLine.Tests.Fakes.Options_With_Named_And_Empty_Sets.WebUrl
string WebUrl
Definition
Options_With_Named_And_Empty_Sets.cs:8
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_Named_And_Empty_Sets.cs
Generated by
1.9.8