GeneratedArgumentProvider Constructor
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
protected GeneratedArgumentProvider(
Type argumentsType,
ParseOptionsAttribute? options = null,
IEnumerable<ClassValidationAttribute>? validators = null,
ApplicationFriendlyNameAttribute? friendlyName = null,
DescriptionAttribute? description = null,
UsageFooterAttribute? usageFooter = null
)
Protected Sub New (
argumentsType As Type,
Optional options As ParseOptionsAttribute = Nothing,
Optional validators As IEnumerable(Of ClassValidationAttribute) = Nothing,
Optional friendlyName As ApplicationFriendlyNameAttribute = Nothing,
Optional description As DescriptionAttribute = Nothing,
Optional usageFooter As UsageFooterAttribute = Nothing
)
Dim argumentsType As Type
Dim options As ParseOptionsAttribute
Dim validators As IEnumerable(Of ClassValidationAttribute)
Dim friendlyName As ApplicationFriendlyNameAttribute
Dim description As DescriptionAttribute
Dim usageFooter As UsageFooterAttribute
Dim instance As New GeneratedArgumentProvider(argumentsType,
options, validators, friendlyName,
description, usageFooter)
protected:
GeneratedArgumentProvider(
Type^ argumentsType,
ParseOptionsAttribute^ options = nullptr,
IEnumerable<ClassValidationAttribute^>^ validators = nullptr,
ApplicationFriendlyNameAttribute^ friendlyName = nullptr,
DescriptionAttribute^ description = nullptr,
UsageFooterAttribute^ usageFooter = nullptr
)
Parameters
- argumentsType Type
- The type that will hold the argument values.
- options ParseOptionsAttribute (Optional)
-
The ParseOptionsAttribute for the arguments type, or if
there is none.
- validators IEnumerableClassValidationAttribute (Optional)
- The class validators for the arguments type.
- friendlyName ApplicationFriendlyNameAttribute (Optional)
-
The ApplicationFriendlyNameAttribute for the arguments type, or
if there is none.
- description DescriptionAttribute (Optional)
-
The DescriptionAttribute for the arguments type, or if
there is none.
- usageFooter UsageFooterAttribute (Optional)
-
The UsageFooterAttribute for the arguments type, or if
there is none.