public Text(Manager.Session Session, Model.PropertyTypes.Text PropertyType) : base(Session, PropertyType) { }
public String(Manager.Session Session, Model.PropertyTypes.Text PropertyType) : base(Session, PropertyType) { this._length = MaxLength; }