public Description (string predicate, string title, string description, ValueFormat formater) { this.predicate = predicate; this.title = title; this.formater = formater; }
public Description(string predicate, string title, string description, ValueFormat formater) { this.predicate = predicate; this.title = title; this.formater = formater; }
public Description (string predicate, string title, System.Type type) : this (predicate, title) { formater = new ValueFormat (type); }
public Description(string predicate, string title, System.Type type) : this(predicate, title) { formater = new ValueFormat(type); }