Click or drag to resize
CopyrightInfo Class
Models the copyright part of an help text. You can assign it where you assign any String instance.
Inheritance Hierarchy
SystemObject
  X3Platform.CommandLine.TextCopyrightInfo

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class CopyrightInfo

The CopyrightInfo type exposes the following members.

Constructors
  NameDescription
Protected methodCopyrightInfo
Initializes a new instance of the CopyrightInfo class.
Public methodCopyrightInfo(String, Int32)
Initializes a new instance of the CopyrightInfo class specifying author and year.
Public methodCopyrightInfo(String, Int32)
Initializes a new instance of the CopyrightInfo class specifying author and copyrightYears.
Public methodCopyrightInfo(Boolean, String, Int32)
Initializes a new instance of the CopyrightInfo class specifying symbol case, author and copyrightYears.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFormatYears
When overridden in a derived class, allows to specify a new algorithm to render copyright copyrightYears as a String instance.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns the copyright as a String.
(Overrides ObjectToString.)
Top
Operators
Properties
  NameDescription
Protected propertyCopyrightWord
Gets a different copyright word when overridden in a derived class.
Public propertyStatic memberDefault
Gets the default copyright information. Retrieved from AssemblyCopyrightAttribute, if it exists, otherwise it uses AssemblyCompanyAttribute as copyright holder with the current year. If neither exists it throws an InvalidOperationException.
Top
See Also