Class TextLicense
License whose content has been specified directly.
Implements
Inherited Members
Namespace: TheXDS.MCART.Resources
Assembly: MCART.dll
Syntax
public sealed class TextLicense : License, INameable
Constructors
| Edit this page View SourceTextLicense(string, string?)
License whose content has been specified directly.
Declaration
public TextLicense(string name, string? content)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Descriptive name of the license. |
| string | content | Content of the license. |
Properties
| Edit this page View SourceLicenseContent
Gets the content of the license.
Declaration
public override string LicenseContent { get; }
Property Value
| Type | Description |
|---|---|
| string |