C# Class Kooboo.Commerce.Data.Folders.CachedDataFile

Inheritance: DataFile
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
CachedDataFile ( DataFile file ) : System
Delete ( ) : void
Read ( Type type ) : object
Write ( object content ) : void

Method Details

CachedDataFile() public méthode

public CachedDataFile ( DataFile file ) : System
file DataFile
Résultat System

Delete() public méthode

public Delete ( ) : void
Résultat void

Read() public méthode

public Read ( Type type ) : object
type System.Type
Résultat object

Write() public méthode

public Write ( object content ) : void
content object
Résultat void