C# Class SubSonic.SqlGeneration.Schema.SubSonicStringLengthAttribute

Inheritance: System.Attribute, IPropertyMappingAttribute
Mostra file Open project: rally25rs/SubSonic-3.0

Public Methods

Method Description
Accept ( IColumn column ) : bool
Apply ( IColumn column ) : void
SubSonicStringLengthAttribute ( int length ) : System

Method Details

Accept() public method

public Accept ( IColumn column ) : bool
column IColumn
return bool

Apply() public method

public Apply ( IColumn column ) : void
column IColumn
return void

SubSonicStringLengthAttribute() public method

public SubSonicStringLengthAttribute ( int length ) : System
length int
return System