C# Class Sitecore.Data.Mappings.SubTreeFileMapping

Inheritance: AbstractFileMapping
Afficher le fichier Open project: Sitecore/Sitecore.JsonDataProvider

Méthodes publiques

Méthode Description
AcceptsNewChildrenOf ( ID itemID ) : bool
CopyItem ( ID sourceItemID, ID destinationItemID, ID copyID, string copyName, CallContext context ) : bool
CreateItem ( ID itemID, string itemName, ID templateID, ID parentID ) : bool
GetChildIDs ( ID itemId ) : IEnumerable
MoveItem ( ID itemID, ID targetID ) : bool

Méthodes protégées

Méthode Description
DoDeleteItem ( JsonItem item ) : void
GetCommitObject ( ) : object
IgnoreItem ( JsonItem item ) : bool
Initialize ( FileInfo file ) : IEnumerable

Private Methods

Méthode Description
Deserialize ( FileInfo file ) : List
SubTreeFileMapping ( [ mappingElement, [ databaseName ) : System.Collections.Generic

Method Details

AcceptsNewChildrenOf() public méthode

public AcceptsNewChildrenOf ( ID itemID ) : bool
itemID ID
Résultat bool

CopyItem() public méthode

public CopyItem ( ID sourceItemID, ID destinationItemID, ID copyID, string copyName, CallContext context ) : bool
sourceItemID ID
destinationItemID ID
copyID ID
copyName string
context CallContext
Résultat bool

CreateItem() public méthode

public CreateItem ( ID itemID, string itemName, ID templateID, ID parentID ) : bool
itemID ID
itemName string
templateID ID
parentID ID
Résultat bool

DoDeleteItem() protected méthode

protected DoDeleteItem ( JsonItem item ) : void
item Sitecore.Data.Items.JsonItem
Résultat void

GetChildIDs() public méthode

public GetChildIDs ( ID itemId ) : IEnumerable
itemId ID
Résultat IEnumerable

GetCommitObject() protected méthode

protected GetCommitObject ( ) : object
Résultat object

IgnoreItem() protected méthode

protected IgnoreItem ( JsonItem item ) : bool
item Sitecore.Data.Items.JsonItem
Résultat bool

Initialize() protected méthode

protected Initialize ( FileInfo file ) : IEnumerable
file System.IO.FileInfo
Résultat IEnumerable

MoveItem() public méthode

public MoveItem ( ID itemID, ID targetID ) : bool
itemID ID
targetID ID
Résultat bool