C# Class Phun.Data.ContentModel

Content model for data store.
Inheritance: IDisposable
Afficher le fichier Open project: noogen/phuncms Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

SetDataFromStream ( ) : ContentModel

Sets the data from stream.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

SetDataFromStream() public méthode

Sets the data from stream.
public SetDataFromStream ( ) : ContentModel
Résultat ContentModel