C# Class FiftyOne.Foundation.Licence.Product

Represents information about a 51Degrees product.
Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection

Méthodes publiques

Свойство Type Description
AssemblyVersion byte
Id byte
Quantity byte
Type LicenceTypes
Version byte

Méthodes publiques

Méthode 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.

Private Methods

Méthode Description
Product ( BinaryReader reader ) : System.IO

Constructs an object of type Product.

Write ( BinaryWriter writer ) : void

Persists data about the product.

Method Details

Product() public méthode

Constructs an object of type Product.
public Product ( ) : System.IO
Résultat System.IO

Product() public méthode

Constructs an object of type 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.
Résultat System.IO

Property Details

AssemblyVersion public_oe property

The version of the assembly.
public byte AssemblyVersion
Résultat byte

Id public_oe property

Holds product id.
public byte Id
Résultat byte

Quantity public_oe property

Number of installation count.
public byte Quantity
Résultat byte

Type public_oe property

The type of Licence for the product.
public LicenceTypes Type
Résultat LicenceTypes

Version public_oe property

Holds product version.
public byte Version
Résultat byte