BadScript 2
Loading...
Searching...
No Matches
Options_With_Required_Set_To_True_Within_Same_Set.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
public
class
Options_With_Required_Set_To_True_Within_Same_Set
{
6
[Option(
"ftpurl"
, SetName =
"SetA"
, Required =
true
)]
7
public
string
FtpUrl
{
get
;
set
; }
8
9
[Option(
"weburl"
, SetName =
"SetA"
, Required =
true
)]
10
public
string
WebUrl
{
get
;
set
; }
11
}
12
}
CommandLine.Tests.Fakes.Options_With_Required_Set_To_True_Within_Same_Set
Definition
Options_With_Required_Set_To_True_Within_Same_Set.cs:5
CommandLine.Tests.Fakes.Options_With_Required_Set_To_True_Within_Same_Set.FtpUrl
string FtpUrl
Definition
Options_With_Required_Set_To_True_Within_Same_Set.cs:7
CommandLine.Tests.Fakes.Options_With_Required_Set_To_True_Within_Same_Set.WebUrl
string WebUrl
Definition
Options_With_Required_Set_To_True_Within_Same_Set.cs:10
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_Required_Set_To_True_Within_Same_Set.cs
Generated by
1.9.8