C# Class Mono.GetOptions.OptionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Свойство Type Description
AlternateForm string
LongForm string
MaxOccurs int
SecondLevelHelp bool
ShortDescription string
ShortForm char
VBCStyleBoolean bool

Méthodes publiques

Méthode Description
OptionAttribute ( int maxOccurs, string shortDescription ) : System
OptionAttribute ( int maxOccurs, string shortDescription, char shortForm ) : System
OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm ) : System
OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm, string alternateForm ) : System
OptionAttribute ( int maxOccurs, string shortDescription, string longForm ) : System
OptionAttribute ( int maxOccurs, string shortDescription, string longForm, string alternateForm ) : System
OptionAttribute ( string shortDescription ) : System
OptionAttribute ( string shortDescription, char shortForm ) : System
OptionAttribute ( string shortDescription, char shortForm, string longForm ) : System
OptionAttribute ( string shortDescription, char shortForm, string longForm, string alternateForm ) : System
OptionAttribute ( string shortDescription, string longForm ) : System
OptionAttribute ( string shortDescription, string longForm, string alternateForm ) : System

Private Methods

Méthode Description
SetValues ( string shortDescription, char shortForm, string longForm, string alternateForm, int maxOccurs ) : void

Method Details

OptionAttribute() public méthode

public OptionAttribute ( int maxOccurs, string shortDescription ) : System
maxOccurs int
shortDescription string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm ) : System
maxOccurs int
shortDescription string
shortForm char
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm ) : System
maxOccurs int
shortDescription string
shortForm char
longForm string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm, string alternateForm ) : System
maxOccurs int
shortDescription string
shortForm char
longForm string
alternateForm string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( int maxOccurs, string shortDescription, string longForm ) : System
maxOccurs int
shortDescription string
longForm string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( int maxOccurs, string shortDescription, string longForm, string alternateForm ) : System
maxOccurs int
shortDescription string
longForm string
alternateForm string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( string shortDescription ) : System
shortDescription string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( string shortDescription, char shortForm ) : System
shortDescription string
shortForm char
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( string shortDescription, char shortForm, string longForm ) : System
shortDescription string
shortForm char
longForm string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( string shortDescription, char shortForm, string longForm, string alternateForm ) : System
shortDescription string
shortForm char
longForm string
alternateForm string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( string shortDescription, string longForm ) : System
shortDescription string
longForm string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( string shortDescription, string longForm, string alternateForm ) : System
shortDescription string
longForm string
alternateForm string
Résultat System

Property Details

AlternateForm public_oe property

public string AlternateForm
Résultat string

LongForm public_oe property

public string LongForm
Résultat string

MaxOccurs public_oe property

public int MaxOccurs
Résultat int

SecondLevelHelp public_oe property

public bool SecondLevelHelp
Résultat bool

ShortDescription public_oe property

public string ShortDescription
Résultat string

ShortForm public_oe property

public char ShortForm
Résultat char

VBCStyleBoolean public_oe property

public bool VBCStyleBoolean
Résultat bool