C# Class SubSonic.SqlGeneration.Schema.SubSonicStringLengthAttribute

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

Méthodes publiques

Méthode Description
Accept ( IColumn column ) : bool
Apply ( IColumn column ) : void
SubSonicStringLengthAttribute ( int length ) : System

Method Details

Accept() public méthode

public Accept ( IColumn column ) : bool
column IColumn
Résultat bool

Apply() public méthode

public Apply ( IColumn column ) : void
column IColumn
Résultat void

SubSonicStringLengthAttribute() public méthode

public SubSonicStringLengthAttribute ( int length ) : System
length int
Résultat System