C# Class Habanero.Smooth.AutoMapStringLengthPropRuleAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: Chillisoft/habanero.smooth

Public Methods

Method Description
AutoMapStringLengthPropRuleAttribute ( ) : System

AutoMapStringLengthPropRuleAttribute ( int minLength, int maxLength ) : System

Method Details

AutoMapStringLengthPropRuleAttribute() public method

public AutoMapStringLengthPropRuleAttribute ( ) : System
return System

AutoMapStringLengthPropRuleAttribute() public method

public AutoMapStringLengthPropRuleAttribute ( int minLength, int maxLength ) : System
minLength int
maxLength int
return System