summaryT:DotNetNuke.Services.Localization.LanguagePackInfo

Namespace: DotNetNuke.Services.Localization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public class LanguagePackInfo : BaseEntityInfo, 
	IHydratable
Visual Basic
<SerializableAttribute>
Public Class LanguagePackInfo
	Inherits BaseEntityInfo
	Implements IHydratable

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Services.Localization..::..LanguagePackInfo

See Also