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