C# Class Phun.Data.ContentModel

Content model for data store.
Inheritance: IDisposable
Datei anzeigen Open project: noogen/phuncms Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

SetDataFromStream() public method

Sets the data from stream.
public SetDataFromStream ( ) : ContentModel
return ContentModel