Click or drag to resize
AssemblyLicenseAttribute Class
Models a multiline assembly license 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 AssemblyLicenseAttribute : MultilineTextAttribute

The AssemblyLicenseAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAssemblyLicenseAttribute(String)
Initializes a new instance of the AssemblyLicenseAttribute class with one line of text.
Public methodAssemblyLicenseAttribute(String, String)
Initializes a new instance of the AssemblyLicenseAttribute class with two lines of text.
Public methodAssemblyLicenseAttribute(String, String, String)
Initializes a new instance of the AssemblyLicenseAttribute class with three lines of text.
Public methodAssemblyLicenseAttribute(String, String, String, String)
Initializes a new instance of the AssemblyLicenseAttribute class with four lines of text.
Public methodAssemblyLicenseAttribute(String, String, String, String, String)
Initializes a new instance of the AssemblyLicenseAttribute 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