C# 클래스 Persistence.TrackModel

Classe rappresentante il Modello per una traccia.
상속: ILoadable
파일 보기 프로젝트 열기: zencoders/sambatyon 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetAsDatabaseType() 공개 메소드

Returns the object as Database Type.
public GetAsDatabaseType ( ) : dynamic
리턴 dynamic

GetDatabaseType() 공개 메소드

Gets type reference to the database type
public GetDatabaseType ( ) : Type
리턴 System.Type

LoadFromDatabaseType() 공개 메소드

Loads data from dynamic object loaded from repository
public LoadFromDatabaseType ( dynamic data ) : bool
data dynamic
리턴 bool

TrackModel() 공개 메소드

Default constructor
public TrackModel ( ) : System
리턴 System

TrackModel() 공개 메소드

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