Habanero.Smooth.PropertyAutoMapper.CreateShortPropRule C# (CSharp) Method

CreateShortPropRule() private method

private CreateShortPropRule ( ) : IPropRule
return IPropRule
        private IPropRule CreateShortPropRule()
        {
            var min = this.PropertyWrapper.GetAttribute<AutoMapShortPropRuleAttribute>().Min;
            var max = this.PropertyWrapper.GetAttribute<AutoMapShortPropRuleAttribute>().Max;
            return new PropRuleShort("", "", min, max);
        }