C# Class SubSonic.SqlGeneration.Schema.SubSonicTableNameOverrideAttribute

Inheritance: System.Attribute, IClassMappingAttribute
Afficher le fichier Open project: rally25rs/SubSonic-3.0

Méthodes publiques

Méthode Description
Accept ( ITable table ) : bool
Apply ( ITable table ) : void
SubSonicTableNameOverrideAttribute ( string tableName ) : System

Method Details

Accept() public méthode

public Accept ( ITable table ) : bool
table ITable
Résultat bool

Apply() public méthode

public Apply ( ITable table ) : void
table ITable
Résultat void

SubSonicTableNameOverrideAttribute() public méthode

public SubSonicTableNameOverrideAttribute ( string tableName ) : System
tableName string
Résultat System