C# Класс FiftyOne.Foundation.Licence.Product

Represents information about a 51Degrees product.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AssemblyVersion byte
Id byte
Quantity byte
Type LicenceTypes
Version byte

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Product ( BinaryReader reader ) : System.IO

Constructs an object of type Product.

Write ( BinaryWriter writer ) : void

Persists data about the product.

Описание методов

Product() публичный Метод

Constructs an object of type Product.
public Product ( ) : System.IO
Результат System.IO

Product() публичный Метод

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.
Результат System.IO

Описание свойств

AssemblyVersion публичное свойство

The version of the assembly.
public byte AssemblyVersion
Результат byte

Id публичное свойство

Holds product id.
public byte Id
Результат byte

Quantity публичное свойство

Number of installation count.
public byte Quantity
Результат byte

Type публичное свойство

The type of Licence for the product.
public LicenceTypes Type
Результат LicenceTypes

Version публичное свойство

Holds product version.
public byte Version
Результат byte