C# Class Persistence.TrackModel

Classe rappresentante il Modello per una traccia.
Inheritance: ILoadable
Afficher le fichier Open project: zencoders/sambatyon Class Usage Examples

Méthodes publiques

Méthode Description
GetAsDatabaseType ( ) : dynamic

Returns the object as Database Type.

GetDatabaseType ( ) : Type

Gets type reference to the database type

LoadFromDatabaseType ( dynamic data ) : bool

Loads data from dynamic object loaded from repository

TrackModel ( ) : System

Default constructor

TrackModel ( string filename ) : System

Constructor that initializes the Model reading the information from the file

Method Details

GetAsDatabaseType() public méthode

Returns the object as Database Type.
public GetAsDatabaseType ( ) : dynamic
Résultat dynamic

GetDatabaseType() public méthode

Gets type reference to the database type
public GetDatabaseType ( ) : Type
Résultat System.Type

LoadFromDatabaseType() public méthode

Loads data from dynamic object loaded from repository
public LoadFromDatabaseType ( dynamic data ) : bool
data dynamic
Résultat bool

TrackModel() public méthode

Default constructor
public TrackModel ( ) : System
Résultat System

TrackModel() public méthode

Constructor that initializes the Model reading the information from the file
public TrackModel ( string filename ) : System
filename string Filename where to read the information
Résultat System