Click or drag to resize
MultilineTextAttribute Class
Provides base properties for creating an attribute, used to define multiple lines of text.
Inheritance Hierarchy

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract class MultilineTextAttribute : Attribute

The MultilineTextAttribute type exposes the following members.

Constructors
  NameDescription
Protected methodMultilineTextAttribute(String)
Initializes a new instance of the MultilineTextAttribute class. Used in derived type using one line of text.
Protected methodMultilineTextAttribute(String, String)
Initializes a new instance of the MultilineTextAttribute class. Used in type using two lines of text.
Protected methodMultilineTextAttribute(String, String, String)
Initializes a new instance of the MultilineTextAttribute class. Used in type using three lines of text.
Protected methodMultilineTextAttribute(String, String, String, String)
Initializes a new instance of the MultilineTextAttribute class. Used in type using four lines of text.
Protected methodMultilineTextAttribute(String, String, String, String, String)
Initializes a new instance of the MultilineTextAttribute class. Used in type using five lines of text.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Protected methodGetLastLineWithText
Returns the last line with text. Preserves blank lines if user intended by skipping a line.
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyLine1
Gets the first line of text.
Public propertyLine2
Gets the second line of text.
Public propertyLine3
Gets third line of text.
Public propertyLine4
Gets the fourth line of text.
Public propertyLine5
Gets the fifth line of text.
Public propertyTypeId (Inherited from Attribute.)
Public propertyValue
Gets the all non-blank lines as string.
Top
See Also