C# Class SenseNet.ContentRepository.TrashBin

Inheritance: SenseNet.ContentRepository.Workspaces.Workspace
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
AssertRestoreContentType void
AssertTrashBinPath void

Méthodes publiques

Méthode Description
Delete ( ) : void
DeleteNode ( GenericContent n ) : bool
ForceDelete ( GenericContent n ) : void
GetProperty ( string name ) : object
IsInTrash ( GenericContent n ) : bool
Purge ( ) : void
Restore ( TrashBag trashBag ) : void
Restore ( TrashBag trashBag, bool addNewName ) : void
Restore ( TrashBag trashBag, string targetPath ) : void
Restore ( TrashBag trashBag, string targetPath, bool addNewName ) : void
Save ( ) : void
Save ( SavingMode mode ) : void
SaveSameVersion ( ) : void
SetProperty ( string name, object value ) : void
TrashBin ( Node parent ) : System
TrashBin ( Node parent, string nodeTypeName ) : System

Méthodes protégées

Méthode Description
TrashBin ( NodeToken tk ) : System

Private Methods

Méthode Description
AssertRestoreContentType ( GenericContent targetParent, Node node ) : void
AssertTrashBinPath ( ) : void

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

DeleteNode() public static méthode

public static DeleteNode ( GenericContent n ) : bool
n GenericContent
Résultat bool

ForceDelete() public static méthode

public static ForceDelete ( GenericContent n ) : void
n GenericContent
Résultat void

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

IsInTrash() public static méthode

public static IsInTrash ( GenericContent n ) : bool
n GenericContent
Résultat bool

Purge() public static méthode

public static Purge ( ) : void
Résultat void

Restore() public static méthode

public static Restore ( TrashBag trashBag ) : void
trashBag TrashBag
Résultat void

Restore() public static méthode

public static Restore ( TrashBag trashBag, bool addNewName ) : void
trashBag TrashBag
addNewName bool
Résultat void

Restore() public static méthode

public static Restore ( TrashBag trashBag, string targetPath ) : void
trashBag TrashBag
targetPath string
Résultat void

Restore() public static méthode

public static Restore ( TrashBag trashBag, string targetPath, bool addNewName ) : void
trashBag TrashBag
targetPath string
addNewName bool
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

public Save ( SavingMode mode ) : void
mode SavingMode
Résultat void

SaveSameVersion() public méthode

public SaveSameVersion ( ) : void
Résultat void

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void

TrashBin() public méthode

public TrashBin ( Node parent ) : System
parent Node
Résultat System

TrashBin() public méthode

public TrashBin ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
Résultat System

TrashBin() protected méthode

protected TrashBin ( NodeToken tk ) : System
tk SenseNet.ContentRepository.Storage.NodeToken
Résultat System