C# Class SenseNet.ContentRepository.TrashBag

Inheritance: Folder
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
CopyPermissions void
Destroy void

Méthodes publiques

Méthode Description
BagThis ( GenericContent node ) : TrashBag
Delete ( ) : void
ForceDelete ( ) : void
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void
TrashBag ( Node parent ) : System
TrashBag ( Node parent, string nodeTypeName ) : System

Méthodes protégées

Méthode Description
TrashBag ( NodeToken tk ) : System

Private Methods

Méthode Description
CopyPermissions ( Node source, Node target ) : void
Destroy ( ) : void

Method Details

BagThis() public static méthode

public static BagThis ( GenericContent node ) : TrashBag
node GenericContent
Résultat TrashBag

Delete() public méthode

public Delete ( ) : void
Résultat void

ForceDelete() public méthode

public ForceDelete ( ) : void
Résultat void

GetProperty() public méthode

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

SetProperty() public méthode

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

TrashBag() public méthode

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

TrashBag() public méthode

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

TrashBag() protected méthode

protected TrashBag ( NodeToken tk ) : System
tk NodeToken
Résultat System