Product Members
The Product type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Product(Assembly) |
This initializes a Product with the passed in value.
|
|
Product(DeployManifest) |
Initializes a new instance of the Product class.
|
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Saved |
Resets the is dirty flag to know this item has been saved.
(Inherited from AbstractLicenseData.) |
|
ToString | (Inherited from Object.) | |
ToXmlString |
This creates a String representing the
XML form for this Product.
|
|
UpgardeData(Product) |
Upgrade the product description if posible. Description, Developer and IsLicensed is upgraded
if provided by the new l;icense.
|
|
UpgardeData(Type) |
Upgrade the this object
(Inherited from AbstractUpgradeableData<(Of <(<'Type>)>)>.) |
|
UpgradeField | (Inherited from AbstractUpgradeableData<(Of <(<'Type>)>)>.) |
Properties
Name | Description | |
---|---|---|
Description |
Gets or Sets a description for this Product.
|
|
Developer |
Gets or Sets the developer of this Assembly.
|
|
FilePath |
Gets or Sets the file path for this Assembly.
|
|
FullName |
Gets or Sets the full name of this Assembly.
|
|
IsDirty |
Gets if this object has changed since the last save.
(Inherited from AbstractLicenseData.) |
|
IsInGAC |
Gets or Sets if this Assembly can be found in the Global Assembly Cache (GAC).
|
|
IsLicensed |
Gets or Sets if this Product has been fully licensed with no restrictions.
|
|
LicFileName |
Generates license file name as [assembly name].lic
|
|
ShortName |
Gets or Sets the short name of this Assembly.
|
|
Version |
Gets or Sets the version of this Assembly.
|