MultilineTextAttribute Class |
Namespace: X3Platform.CommandLine
The MultilineTextAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | MultilineTextAttribute(String) |
Initializes a new instance of the MultilineTextAttribute class. Used in derived type
using one line of text.
|
![]() | MultilineTextAttribute(String, String) |
Initializes a new instance of the MultilineTextAttribute class. Used in type
using two lines of text.
|
![]() | MultilineTextAttribute(String, String, String) |
Initializes a new instance of the MultilineTextAttribute class. Used in type
using three lines of text.
|
![]() | MultilineTextAttribute(String, String, String, String) |
Initializes a new instance of the MultilineTextAttribute class. Used in type
using four lines of text.
|
![]() | MultilineTextAttribute(String, String, String, String, String) |
Initializes a new instance of the MultilineTextAttribute class. Used in type
using five lines of text.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Attribute.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Attribute.) |
![]() | GetLastLineWithText |
Returns the last line with text. Preserves blank lines if user intended by skipping a line.
|
![]() | GetType | (Inherited from Object.) |
![]() | IsDefaultAttribute | (Inherited from Attribute.) |
![]() | Match | (Inherited from Attribute.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Line1 |
Gets the first line of text.
|
![]() | Line2 |
Gets the second line of text.
|
![]() | Line3 |
Gets third line of text.
|
![]() | Line4 |
Gets the fourth line of text.
|
![]() | Line5 |
Gets the fifth line of text.
|
![]() | TypeId | (Inherited from Attribute.) |
![]() | Value |
Gets the all non-blank lines as string.
|