Class LanguagePackInfo
Inheritance
System.Object
LanguagePackInfo
Assembly: DotNetNuke.dll
Syntax
public class LanguagePackInfo : BaseEntityInfo, IHydratable
Properties
|
Improve this Doc
View Source
DependentPackageID
Declaration
public int DependentPackageID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LanguageID
Declaration
public int LanguageID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LanguagePackID
Declaration
public int LanguagePackID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PackageID
Declaration
public int PackageID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PackageType
Declaration
public LanguagePackType PackageType { get; }
Property Value
Methods
|
Improve this Doc
View Source
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Type |
Name |
Description |
IDataReader |
dr |
|
Implements
Extension Methods