Ejemplo n.º 1
0
 public Text(Manager.Session Session, Model.PropertyTypes.Text PropertyType)
     : base(Session, PropertyType)
 {
 }
Ejemplo n.º 2
0
 public String(Manager.Session Session, Model.PropertyTypes.Text PropertyType)
     : base(Session, PropertyType)
 {
     this._length = MaxLength;
 }