Class Installation
- Namespace
- Dynamicweb.Security.Licensing.DataObjects
- Assembly
- Dynamicweb.Core.dll
public class Installation
- Inheritance
-
Installation
- Inherited Members
-
Properties
Checksum
public string Checksum { get; set; }
Property Value
- string
CreatedDate
public DateTime CreatedDate { get; set; }
Property Value
- DateTime
CustomerId
public string CustomerId { get; set; }
Property Value
- string
EnvironmentType
public EnvironmentType? EnvironmentType { get; set; }
Property Value
- EnvironmentType
Hostname
public string Hostname { get; set; }
Property Value
- string
Id
public string Id { get; set; }
Property Value
- string
IisName
public string IisName { get; set; }
Property Value
- string
InstallationProperties
public Dictionary<string, string> InstallationProperties { get; set; }
Property Value
- Dictionary<string, string>
LastUpdatedDate
public DateTime LastUpdatedDate { get; set; }
Property Value
- DateTime
MachineName
public string MachineName { get; set; }
Property Value
- string
Solution
public Solution? Solution { get; set; }
Property Value
- Solution
SolutionLastWwwAccess
public DateTime SolutionLastWwwAccess { get; set; }
Property Value
- DateTime
Methods
Fill(IDataReader)
public static Installation Fill(IDataReader reader)
Parameters
reader
IDataReader
Returns
- Installation