Table of Contents

Class Solution

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

Properties

CustomerNumber

public string CustomerNumber { get; set; }

Property Value

string

ExpirationDate

public DateTime ExpirationDate { get; set; }

Property Value

DateTime

HostName

public string HostName { get; set; }

Property Value

string

Id

public long Id { get; set; }

Property Value

long

IsTrial

public bool IsTrial { get; set; }

Property Value

bool

Methods

Fill(IDataReader)

public static Solution Fill(IDataReader reader)

Parameters

reader IDataReader

Returns

Solution
To top