C# Класс Mono.GetOptions.OptionAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AlternateForm string
LongForm string
MaxOccurs int
SecondLevelHelp bool
ShortDescription string
ShortForm char
VBCStyleBoolean bool

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
SetValues ( string shortDescription, char shortForm, string longForm, string alternateForm, int maxOccurs ) : void

Описание методов

OptionAttribute() публичный Метод

public OptionAttribute ( int maxOccurs, string shortDescription ) : System
maxOccurs int
shortDescription string
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm ) : System
maxOccurs int
shortDescription string
shortForm char
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm ) : System
maxOccurs int
shortDescription string
shortForm char
longForm string
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( int maxOccurs, string shortDescription, char shortForm, string longForm, string alternateForm ) : System
maxOccurs int
shortDescription string
shortForm char
longForm string
alternateForm string
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( int maxOccurs, string shortDescription, string longForm ) : System
maxOccurs int
shortDescription string
longForm string
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( int maxOccurs, string shortDescription, string longForm, string alternateForm ) : System
maxOccurs int
shortDescription string
longForm string
alternateForm string
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( string shortDescription ) : System
shortDescription string
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( string shortDescription, char shortForm ) : System
shortDescription string
shortForm char
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( string shortDescription, char shortForm, string longForm ) : System
shortDescription string
shortForm char
longForm string
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( string shortDescription, char shortForm, string longForm, string alternateForm ) : System
shortDescription string
shortForm char
longForm string
alternateForm string
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( string shortDescription, string longForm ) : System
shortDescription string
longForm string
Результат System

OptionAttribute() публичный Метод

public OptionAttribute ( string shortDescription, string longForm, string alternateForm ) : System
shortDescription string
longForm string
alternateForm string
Результат System

Описание свойств

AlternateForm публичное свойство

public string AlternateForm
Результат string

LongForm публичное свойство

public string LongForm
Результат string

MaxOccurs публичное свойство

public int MaxOccurs
Результат int

SecondLevelHelp публичное свойство

public bool SecondLevelHelp
Результат bool

ShortDescription публичное свойство

public string ShortDescription
Результат string

ShortForm публичное свойство

public char ShortForm
Результат char

VBCStyleBoolean публичное свойство

public bool VBCStyleBoolean
Результат bool