C# Class MassiveRecord.DynamicTable.DynamicTableConfigurator

Inheritance: IWhenAskedFor, IUse, ISettings, IReadableConfiguration
Mostra file Open project: codeimpossible/MassiveRecord

Public Methods

Method 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

Method Description
AddFilter ( FilterType type, Action filter ) : ISettings

Method Details

BeforeDelete() public method

public BeforeDelete ( Action filter ) : ISettings
filter Action
return ISettings

BeforeSave() public method

public BeforeSave ( Action filter ) : ISettings
filter Action
return ISettings

ConnectionString() public method

public ConnectionString ( string name ) : ISettings
name string
return ISettings

DynamicTableConfigurator() public method

public DynamicTableConfigurator ( ) : System
return System

PrimaryKey() public method

public PrimaryKey ( string name ) : ISettings
name string
return ISettings

Table() public method

public Table ( string name ) : ISettings
name string
return ISettings

Use() public method

public Use ( Action use ) : ISettings
use Action
return ISettings

WhenAskedFor() public method

public WhenAskedFor ( string table ) : IUse
table string
return IUse