C# Class Crow.Library.Aspects.DBOperationAttributes.ColumnLengthRangeAttribute

Inheritance: DBAspectAttributeBase
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

Méthode Description
ColumnLengthRangeAttribute ( int minLength, int maxLength, string propertyName ) : System
ColumnLengthRangeAttribute ( int maxLength, string propertyName ) : System
Process ( IMethodInvocationContext context ) : void

Method Details

ColumnLengthRangeAttribute() public méthode

public ColumnLengthRangeAttribute ( int minLength, int maxLength, string propertyName ) : System
minLength int
maxLength int
propertyName string
Résultat System

ColumnLengthRangeAttribute() public méthode

public ColumnLengthRangeAttribute ( int maxLength, string propertyName ) : System
maxLength int
propertyName string
Résultat System

Process() public méthode

public Process ( IMethodInvocationContext context ) : void
context IMethodInvocationContext
Résultat void