Метод | Описание | |
---|---|---|
AddContentAndPresentationEntity ( string type, int sortOrder, int contentId, int presentationId ) : void |
If SortOrder is not specified, adds at the end
|
|
ContentGroup ( System.Guid previewTemplateId, int zoneId, int appId ) : System |
Instanciate a "temporary" ContentGroup with the specified templateId and no Content items
|
|
ContentGroup ( IEntity contentGroupEntity, int zoneId, int appId ) : System | ||
ListWithNulls ( string type ) : List |
||
RemoveContentAndPresentationEntities ( string type, int sortOrder ) : void |
Removes entities from a group. This will also remove the corresponding presentation entities.
|
|
ReorderAll ( int newSequence ) : bool | ||
ReorderEntities ( int sortOrder, int destinationSortOrder ) : void | ||
UpdateEntityIfChanged ( string type, int sortOrder, int entityId, bool updatePresentation, int presentationId ) : void | ||
UpdateTemplate ( int templateId ) : void | ||
this ( string type ) : List |
Метод | Описание | |
---|---|---|
GetPresentationIdWithSameLengthAsContent ( ) : List |
||
PrepareSavePackage ( string type, IEnumerable |
||
ReCapitalizePartName ( string partName ) : string | ||
SaveChangedLists ( int?[]>.Dictionary |
public AddContentAndPresentationEntity ( string type, int sortOrder, int contentId, int presentationId ) : void | ||
type | string | |
sortOrder | int | |
contentId | int | |
presentationId | int | |
Результат | void |
public ContentGroup ( System.Guid previewTemplateId, int zoneId, int appId ) : System | ||
previewTemplateId | System.Guid | |
zoneId | int | |
appId | int | |
Результат | System |
public ContentGroup ( IEntity contentGroupEntity, int zoneId, int appId ) : System | ||
contentGroupEntity | IEntity | |
zoneId | int | |
appId | int | |
Результат | System |
public ListWithNulls ( string type ) : List |
||
type | string | |
Результат | List |
public RemoveContentAndPresentationEntities ( string type, int sortOrder ) : void | ||
type | string | Should be 'Content' or "ListContent" |
sortOrder | int | |
Результат | void |
public ReorderAll ( int newSequence ) : bool | ||
newSequence | int | |
Результат | bool |
public ReorderEntities ( int sortOrder, int destinationSortOrder ) : void | ||
sortOrder | int | |
destinationSortOrder | int | |
Результат | void |
public UpdateEntityIfChanged ( string type, int sortOrder, int entityId, bool updatePresentation, int presentationId ) : void | ||
type | string | |
sortOrder | int | |
entityId | int | |
updatePresentation | bool | |
presentationId | int | |
Результат | void |
public UpdateTemplate ( int templateId ) : void | ||
templateId | int | |
Результат | void |