C# Class erminas.SmartAPI.CMS.Project.ProjectClipboard

Inheritance: IProjectClipboard, ICached
Afficher le fichier Open project: erminas/smartapi

Private Properties

Свойство Type Description
CreateContentEntry IProjectObject
EnsureContentIsLoaded void
GenericAdd void
GenericRemove void
ProjectClipboard System

Méthodes publiques

Méthode Description
Add ( ) : void
InvalidateCache ( ) : void
Refresh ( ) : void
Remove ( ) : void

Private Methods

Méthode Description
CreateContentEntry ( IClipboardEntry clipboardEntry ) : IProjectObject
EnsureContentIsLoaded ( ) : void
GenericAdd ( IRedDotObject entries, string type ) : void
GenericRemove ( IProjectObject entries, string type ) : void
ProjectClipboard ( IProject project ) : System

Method Details

Add() public méthode

public Add ( ) : void
Résultat void

InvalidateCache() public méthode

public InvalidateCache ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void