public CriteriaMetadataInfo(Type type, string name, CriteriaMetadataToken token) { this.Type = type; this.Name = name; this.Token = token; }