Table of Contents

Class LicenseItem

Namespace
Dynamicweb.Security.Licensing.DataObjects
Assembly
Dynamicweb.Core.dll
public class LicenseItem
Inheritance
LicenseItem
Inherited Members

Properties

EndDate

public DateTime EndDate { get; set; }

Property Value

DateTime

Features

public string Features { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

MaxChannels

public int MaxChannels { get; set; }

Property Value

int

MaxCountries

public int MaxCountries { get; set; }

Property Value

int

MaxGroups

public int MaxGroups { get; set; }

Property Value

int

MaxItems

public int MaxItems { get; set; }

Property Value

int

MaxPages

public int MaxPages { get; set; }

Property Value

int

MaxProducts

public int MaxProducts { get; set; }

Property Value

int

MaxRecipients

public int MaxRecipients { get; set; }

Property Value

int

MaxShopLanguages

public int MaxShopLanguages { get; set; }

Property Value

int

MaxShops

public int MaxShops { get; set; }

Property Value

int

MaxStorage

public int MaxStorage { get; set; }

Property Value

int

MaxUsers

public int MaxUsers { get; set; }

Property Value

int

MaxVisitors

public int MaxVisitors { get; set; }

Property Value

int

MaxWebsiteLanguages

public int MaxWebsiteLanguages { get; set; }

Property Value

int

MaxWebsites

public int MaxWebsites { get; set; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

Number

public string Number { get; set; }

Property Value

string

TypeName

public LicenseType TypeName { get; set; }

Property Value

LicenseType

Methods

Fill(IDataReader)

public static LicenseItem Fill(IDataReader reader)

Parameters

reader IDataReader

Returns

LicenseItem
To top