Property | Type | Description | |
---|---|---|---|
AssemblyVersion | byte | ||
Id | byte | ||
Quantity | byte | ||
Type | LicenceTypes | ||
Version | byte |
Method | Description | |
---|---|---|
Product ( ) : System.IO |
Constructs an object of type Product.
|
|
Product ( byte productId, byte version, byte quantity, LicenceTypes type ) : System.IO |
Constructs an object of type Product.
|
Method | Description | |
---|---|---|
Product ( |
Constructs an object of type Product.
|
|
Write ( |
Persists data about the product.
|
public Product ( byte productId, byte version, byte quantity, LicenceTypes type ) : System.IO | ||
productId | byte | Id of the product. |
version | byte | Product version. |
quantity | byte | Number of installations allowed for this product. |
type | LicenceTypes | The type of Licence. |
return | System.IO |