C# 클래스 FiftyOne.Foundation.Licence.Product

Represents information about a 51Degrees product.
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

공개 프로퍼티들

프로퍼티 타입 설명
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