FluentLinqToSql.ActiveRecord.DataAnnotationsValidator.DataAnnotationsValidator C# (CSharp) Method

DataAnnotationsValidator() public method

public DataAnnotationsValidator ( Type type ) : System
type System.Type
return System
        public DataAnnotationsValidator(Type type)
        {
            this.type = type;
        }