• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class LanguagePackInfo

Inheritance
System.Object
BaseEntityInfo
LanguagePackInfo
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Services.Localization
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
Type Description
LanguagePackType

Methods

| Improve this Doc View Source

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS