C# 클래스 Crow.Library.Aspects.DBOperationAttributes.ColumnLengthRangeAttribute

상속: DBAspectAttributeBase
파일 보기 프로젝트 열기: msusur/Crowfx

공개 메소드들

메소드 설명
ColumnLengthRangeAttribute ( int minLength, int maxLength, string propertyName ) : System
ColumnLengthRangeAttribute ( int maxLength, string propertyName ) : System
Process ( IMethodInvocationContext context ) : void

메소드 상세

ColumnLengthRangeAttribute() 공개 메소드

public ColumnLengthRangeAttribute ( int minLength, int maxLength, string propertyName ) : System
minLength int
maxLength int
propertyName string
리턴 System

ColumnLengthRangeAttribute() 공개 메소드

public ColumnLengthRangeAttribute ( int maxLength, string propertyName ) : System
maxLength int
propertyName string
리턴 System

Process() 공개 메소드

public Process ( IMethodInvocationContext context ) : void
context IMethodInvocationContext
리턴 void