Show / Hide Table of Contents

Class LanguagePackInfo

Inheritance
object
BaseEntityInfo
LanguagePackInfo
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Localization
Assembly: DotNetNuke.dll
Syntax
public class LanguagePackInfo : BaseEntityInfo, IHydratable

Constructors

LanguagePackInfo()

Declaration
public LanguagePackInfo()

Properties

DependentPackageID

Declaration
public int DependentPackageID { get; set; }
Property Value
Type Description
int

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

LanguageID

Declaration
public int LanguageID { get; set; }
Property Value
Type Description
int

LanguagePackID

Declaration
public int LanguagePackID { get; set; }
Property Value
Type Description
int

PackageID

Declaration
public int PackageID { get; set; }
Property Value
Type Description
int

PackageType

Declaration
public LanguagePackType PackageType { get; }
Property Value
Type Description
LanguagePackType

Methods

Fill(IDataReader)

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

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS