ModelBuilder.AgeValueGenerator.GetMaximum C# (CSharp) Method

GetMaximum() protected method

protected GetMaximum ( Type type, string referenceName, object context ) : object
type System.Type
referenceName string
context object
return object
        protected override object GetMaximum(Type type, string referenceName, object context)
        {
            return MaxAge;
        }