C# Class Deveel.Configuration.OptionExtensions

Afficher le fichier Open project: deveel/deveel-cli

Méthodes publiques

Méthode Description
HasArgument ( this option ) : bool
HasArgumentName ( this option ) : bool
HasLongName ( this option ) : bool
HasMultipleArguments ( this option ) : bool
HasOptionalArguments ( this option ) : bool
HasValueSeparator ( this option ) : bool

Private Methods

Méthode Description
Key ( this option ) : string

Method Details

HasArgument() public static méthode

public static HasArgument ( this option ) : bool
option this
Résultat bool

HasArgumentName() public static méthode

public static HasArgumentName ( this option ) : bool
option this
Résultat bool

HasLongName() public static méthode

public static HasLongName ( this option ) : bool
option this
Résultat bool

HasMultipleArguments() public static méthode

public static HasMultipleArguments ( this option ) : bool
option this
Résultat bool

HasOptionalArguments() public static méthode

public static HasOptionalArguments ( this option ) : bool
option this
Résultat bool

HasValueSeparator() public static méthode

public static HasValueSeparator ( this option ) : bool
option this
Résultat bool