Struct ValueExposeInfo
Implements the IExposeInfo interface to expose information values provided by the user.
Inherited Members
Namespace: TheXDS.MCART.Component
Assembly: MCART.dll
Syntax
public struct ValueExposeInfo : IExposeInfo, INameable, IDescriptible
Properties
| Edit this page View SourceAuthors
Returns the author of the IExposeInfo.
Declaration
public IEnumerable<string>? Authors { readonly get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Copyright
Gets the Copyright information from the IExposeInfo.
Declaration
public string? Copyright { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets the description for this element.
Declaration
public string? Description { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
License
Gets the license for the IExposeInfo.
Declaration
public License? License { readonly get; set; }
Property Value
Type | Description |
---|---|
License |
Name
Gets the name of this element.
Declaration
public string Name { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
ThirdPartyLicenses
Gets a collection that enumerates all the included components that are marked as third-party on the IExposeInfo.
Declaration
public IEnumerable<License>? ThirdPartyLicenses { readonly get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<License> |
Version
Gets the IExposeInfo version information.
Declaration
public Version? Version { readonly get; set; }
Property Value
Type | Description |
---|---|
Version |