![]() |
BadScript 2
|
Models a multiline assembly license text. More...
Public Member Functions | |
AssemblyLicenseAttribute (string line1) | |
Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with one line of text. | |
AssemblyLicenseAttribute (string line1, string line2) | |
Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with two lines of text. | |
AssemblyLicenseAttribute (string line1, string line2, string line3) | |
Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with three lines of text. | |
AssemblyLicenseAttribute (string line1, string line2, string line3, string line4) | |
Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with four lines of text. | |
AssemblyLicenseAttribute (string line1, string line2, string line3, string line4, string line5) | |
Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with five lines of text. | |
Additional Inherited Members | |
![]() | |
MultilineTextAttribute (string line1) | |
Initializes a new instance of the MultilineTextAttribute class. Used in derived type using one line of text. | |
MultilineTextAttribute (string line1, string line2) | |
Initializes a new instance of the MultilineTextAttribute class. Used in type using two lines of text. | |
MultilineTextAttribute (string line1, string line2, string line3) | |
Initializes a new instance of the MultilineTextAttribute class. Used in type using three lines of text. | |
MultilineTextAttribute (string line1, string line2, string line3, string line4) | |
Initializes a new instance of the MultilineTextAttribute class. Used in type using four lines of text. | |
MultilineTextAttribute (string line1, string line2, string line3, string line4, string line5) | |
Initializes a new instance of the MultilineTextAttribute class. Used in type using five lines of text. | |
virtual int | GetLastLineWithText (string[] value) |
Returns the last line with text. Preserves blank lines if user intended by skipping a line. | |
![]() | |
HelpText | AddToHelpText (HelpText helpText, Func< string, HelpText > func) |
HelpText | AddToHelpText (HelpText helpText, bool before) |
![]() | |
virtual string | Value [get] |
Gets the all non-blank lines as string. | |
string | Line1 [get] |
Gets the first line of text. | |
string | Line2 [get] |
Gets the second line of text. | |
string | Line3 [get] |
Gets third line of text. | |
string | Line4 [get] |
Gets the fourth line of text. | |
string | Line5 [get] |
Gets the fifth line of text. | |
Models a multiline assembly license text.
Definition at line 13 of file AssemblyLicenseAttribute.cs.
CommandLine.Text.AssemblyLicenseAttribute.AssemblyLicenseAttribute | ( | string | line1 | ) |
Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with one line of text.
line1 | First line of license text. |
Definition at line 20 of file AssemblyLicenseAttribute.cs.
CommandLine.Text.AssemblyLicenseAttribute.AssemblyLicenseAttribute | ( | string | line1, |
string | line2 | ||
) |
Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with two lines of text.
line1 | First line of license text. |
line2 | Second line of license text. |
Definition at line 29 of file AssemblyLicenseAttribute.cs.
CommandLine.Text.AssemblyLicenseAttribute.AssemblyLicenseAttribute | ( | string | line1, |
string | line2, | ||
string | line3 | ||
) |
Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with three lines of text.
line1 | First line of license text. |
line2 | Second line of license text. |
line3 | Third line of license text. |
Definition at line 39 of file AssemblyLicenseAttribute.cs.
CommandLine.Text.AssemblyLicenseAttribute.AssemblyLicenseAttribute | ( | string | line1, |
string | line2, | ||
string | line3, | ||
string | line4 | ||
) |
Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with four lines of text.
line1 | First line of license text. |
line2 | Second line of license text. |
line3 | Third line of license text. |
line4 | Fourth line of license text. |
Definition at line 50 of file AssemblyLicenseAttribute.cs.
CommandLine.Text.AssemblyLicenseAttribute.AssemblyLicenseAttribute | ( | string | line1, |
string | line2, | ||
string | line3, | ||
string | line4, | ||
string | line5 | ||
) |
Initializes a new instance of the CommandLine.Text.AssemblyLicenseAttribute class with five lines of text.
line1 | First line of license text. |
line2 | Second line of license text. |
line3 | Third line of license text. |
line4 | Fourth line of license text. |
line5 | Fifth line of license text. |
Definition at line 62 of file AssemblyLicenseAttribute.cs.