Click or drag to resize
AssemblyUsageAttribute Class
Models a multiline assembly usage text.
Inheritance Hierarchy

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

The AssemblyUsageAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAssemblyUsageAttribute(String)
Initializes a new instance of the AssemblyUsageAttribute class with one line of text.
Public methodAssemblyUsageAttribute(String, String)
Initializes a new instance of the AssemblyUsageAttribute class with two lines of text.
Public methodAssemblyUsageAttribute(String, String, String)
Initializes a new instance of the AssemblyUsageAttribute class with three lines of text.
Public methodAssemblyUsageAttribute(String, String, String, String)
Initializes a new instance of the AssemblyUsageAttribute class with four lines of text.
Public methodAssemblyUsageAttribute(String, String, String, String, String)
Initializes a new instance of the AssemblyUsageAttribute class with five lines of text.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyLine1
Gets the first line of text.
(Inherited from MultilineTextAttribute.)
Public propertyLine2
Gets the second line of text.
(Inherited from MultilineTextAttribute.)
Public propertyLine3
Gets third line of text.
(Inherited from MultilineTextAttribute.)
Public propertyLine4
Gets the fourth line of text.
(Inherited from MultilineTextAttribute.)
Public propertyLine5
Gets the fifth line of text.
(Inherited from MultilineTextAttribute.)
Public propertyTypeId (Inherited from Attribute.)
Public propertyValue
Gets the all non-blank lines as string.
(Inherited from MultilineTextAttribute.)
Top
See Also