C# Class MassiveRecord.DynamicTable.DynamicTableConfigurator

Inheritance: IWhenAskedFor, IUse, ISettings, IReadableConfiguration
Afficher le fichier Open project: codeimpossible/MassiveRecord

Méthodes publiques

Méthode Description
BeforeDelete ( Action filter ) : ISettings
BeforeSave ( Action filter ) : ISettings
ConnectionString ( string name ) : ISettings
DynamicTableConfigurator ( ) : System
PrimaryKey ( string name ) : ISettings
Table ( string name ) : ISettings
Use ( Action use ) : ISettings
WhenAskedFor ( string table ) : IUse

Private Methods

Méthode Description
AddFilter ( FilterType type, Action filter ) : ISettings

Method Details

BeforeDelete() public méthode

public BeforeDelete ( Action filter ) : ISettings
filter Action
Résultat ISettings

BeforeSave() public méthode

public BeforeSave ( Action filter ) : ISettings
filter Action
Résultat ISettings

ConnectionString() public méthode

public ConnectionString ( string name ) : ISettings
name string
Résultat ISettings

DynamicTableConfigurator() public méthode

public DynamicTableConfigurator ( ) : System
Résultat System

PrimaryKey() public méthode

public PrimaryKey ( string name ) : ISettings
name string
Résultat ISettings

Table() public méthode

public Table ( string name ) : ISettings
name string
Résultat ISettings

Use() public méthode

public Use ( Action use ) : ISettings
use Action
Résultat ISettings

WhenAskedFor() public méthode

public WhenAskedFor ( string table ) : IUse
table string
Résultat IUse