Class License
Describes a license.
Implements
Inherited Members
Namespace: TheXDS.MCART.Resources
Assembly: MCART.dll
Syntax
public class License : INameable
Remarks
Initializes a new instance of the License.
Constructors
| Edit this page View SourceLicense(string, Uri?)
Describes a license.
Declaration
public License(string name, Uri? uri)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the license. |
Uri | uri | Uri that obtains the location of the license content. |
Remarks
Initializes a new instance of the License.
Properties
| Edit this page View SourceLicenseContent
Gets the content of the license.
Declaration
public virtual string LicenseContent { get; }
Property Value
Type | Description |
---|---|
string |
LicenseUri
Gets the URL of the license.
Declaration
public Uri? LicenseUri { get; }
Property Value
Type | Description |
---|---|
Uri |
MissingLicense
Gets a reference to a missing license.
Declaration
public static License MissingLicense { get; }
Property Value
Type | Description |
---|---|
License |
Name
Gets the descriptive name of the license.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
NoLicense
Gets a reference to a license-less object.
Declaration
public static License NoLicense { get; }
Property Value
Type | Description |
---|---|
License |
Unspecified
Gets a reference to an object with an unspecified license.
Declaration
public static License Unspecified { get; }
Property Value
Type | Description |
---|---|
License |