C# Class erminas.SmartAPI.CMS.Project.Pages.Elements.ListEntry

Inheritance: PageElement, IListEntry
Mostrar archivo Open project: erminas/smartapi

Public Methods

Method Description
ListEntry ( IProject project, System.Guid guid, ILanguageVariant languageVariant ) : System

Protected Methods

Method Description
LoadWholePageElement ( ) : void

Private Methods

Method Description
ListEntry ( IProject project, XmlElement xmlElement ) : System

Method Details

ListEntry() public method

public ListEntry ( IProject project, System.Guid guid, ILanguageVariant languageVariant ) : System
project IProject
guid System.Guid
languageVariant ILanguageVariant
return System

LoadWholePageElement() protected final method

protected final LoadWholePageElement ( ) : void
return void