Table of Contents

Class Subscription

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

Constructors

Subscription()

public Subscription()

Properties

BillingProfile

public string BillingProfile { get; set; }

Property Value

string

EndDate

public DateTime EndDate { get; set; }

Property Value

DateTime

Id

public string Id { get; set; }

Property Value

string

Installations

public ICollection<Installation> Installations { get; set; }

Property Value

ICollection<Installation>

Items

public ICollection<LicenseItem> Items { get; set; }

Property Value

ICollection<LicenseItem>

StartDate

public DateTime StartDate { get; set; }

Property Value

DateTime

Methods

Fill(IDataReader)

[Obsolete]
public static Subscription Fill(IDataReader reader)

Parameters

reader IDataReader

Returns

Subscription
To top