Table of Contents

Class EnvironmentType

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

Properties

Id

public long Id { get; set; }

Property Value

long

Name

public string Name { get; set; }

Property Value

string

Methods

Fill(IDataReader)

public static EnvironmentType Fill(IDataReader reader)

Parameters

reader IDataReader

Returns

EnvironmentType
To top