Product
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the licensed product. This class cannot be inherited.
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Product()
Default constructor.
Product(Product)
Copy constructor.
Parameters
Name
Description
The Product object to copy.
Exceptions
Name
Description
Thrown when the parameter other to copy is null.
Properties
Copyright
Gets or sets product copyright.
Property Value
Description
Gets or sets the product description.
Property Value
Id
Gets or sets the product identifier.
Property Value
Name
Gets or sets the product name.
Property Value
Url
Gets or sets URL where to find product information.
Property Value
Version
Gets or sets the product version.
Property Value
Last updated