Свойство | Тип | Описание | |
---|---|---|---|
Type | ElementType |
Метод | Описание | |
---|---|---|
CreateElement ( IProject project, System.Guid elementGuid, ILanguageVariant languageVariant ) : IPageElement |
Create an element out of its XML representation (uses the attribute "elttype") to determine the element type and create the appropriate object.
|
|
CreateElement ( IProject project, |
Create an element out of its XML representation (uses the attribute "elttype") to determine the element type and create the appropriate object.
|
|
RegisterType ( ElementType typeValue, |
Метод | Описание | |
---|---|---|
LoadWholeObject ( ) : void | ||
LoadWholePageElement ( ) : void | ||
PageElement ( IProject project, System.Guid guid, ILanguageVariant languageVariant ) : System | ||
PageElement ( IProject project, |
||
RetrieveWholeObject ( ) : |
Метод | Описание | |
---|---|---|
LoadXml ( ) : void | ||
PageElement ( ) : System |
public static CreateElement ( IProject project, System.Guid elementGuid, ILanguageVariant languageVariant ) : IPageElement | ||
project | IProject | Project containing the element |
elementGuid | System.Guid | Guid of the element |
languageVariant | ILanguageVariant | The language variant of the page element |
Результат | IPageElement |
public static CreateElement ( IProject project, |
||
project | IProject | Page that contains the element |
xmlElement | XML representation of the element | |
Результат | IPageElement |
protected final LoadWholeObject ( ) : void | ||
Результат | void |
protected abstract LoadWholePageElement ( ) : void | ||
Результат | void |
protected PageElement ( IProject project, System.Guid guid, ILanguageVariant languageVariant ) : System | ||
project | IProject | |
guid | System.Guid | |
languageVariant | ILanguageVariant | |
Результат | System |
protected PageElement ( IProject project, |
||
project | IProject | |
xmlElement | ||
Результат | System |
public static RegisterType ( ElementType typeValue, |
||
typeValue | ElementType | |
type | ||
Результат | void |
protected RetrieveWholeObject ( ) : |
||
Результат |