ModelBuilder.AgeValueGenerator.GetMaximum C# (CSharp) Méthode

GetMaximum() protected méthode

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