Exemple #1
0
 public void Update(IElementUpdateIo input)
 {
     this.Nullable      = input.Nullable;
     this.AllowFilter   = input.AllowFilter;
     this.AllowSort     = input.AllowSort;
     this.Code          = input.Code;
     this.Description   = input.Description;
     this.FieldCode     = input.FieldCode;
     this.GroupId       = input.GroupId;
     this.Icon          = input.Icon;
     this.InfoDicId     = input.InfoDicId;
     this.InputHeight   = input.InputHeight;
     this.InputType     = input.InputType;
     this.InputWidth    = input.InputWidth;
     this.IsDetailsShow = input.IsDetailsShow;
     this.IsEnabled     = input.IsEnabled;
     this.IsExport      = input.IsExport;
     this.IsGridColumn  = input.IsGridColumn;
     this.IsExport      = input.IsExport;
     this.IsInfoIdItem  = input.IsInfoIdItem;
     this.IsInput       = input.IsInput;
     this.IsTotalLine   = input.IsTotalLine;
     this.MaxLength     = input.MaxLength;
     this.Name          = input.Name;
     this.Ref           = input.Ref;
     this.Regex         = input.Regex;
     this.SortCode      = input.SortCode;
     this.Width         = input.Width;
     this.Tooltip       = Tooltip;
 }
Exemple #2
0
 public void Update(IElementUpdateIo input)
 {
     this.Nullable = input.Nullable;
     this.AllowFilter = input.AllowFilter;
     this.AllowSort = input.AllowSort;
     this.Code = input.Code;
     this.Description = input.Description;
     this.FieldCode = input.FieldCode;
     this.GroupId = input.GroupId;
     this.Icon = input.Icon;
     this.InfoDicId = input.InfoDicId;
     this.InputHeight = input.InputHeight;
     this.InputType = input.InputType;
     this.InputWidth = input.InputWidth;
     this.IsDetailsShow = input.IsDetailsShow;
     this.IsEnabled = input.IsEnabled;
     this.IsExport = input.IsExport;
     this.IsGridColumn = input.IsGridColumn;
     this.IsExport = input.IsExport;
     this.IsInfoIdItem = input.IsInfoIdItem;
     this.IsInput = input.IsInput;
     this.IsTotalLine = input.IsTotalLine;
     this.MaxLength = input.MaxLength;
     this.Name = input.Name;
     this.Ref = input.Ref;
     this.Regex = input.Regex;
     this.SortCode = input.SortCode;
     this.Width = input.Width;
     this.Tooltip = Tooltip;
 }
 public static void UpdateElement(this IAcDomain acDomain, IAcSession acSession, IElementUpdateIo input)
 {
     acDomain.Handle(new UpdateElementCommand(acSession, input));
 }
 public static void UpdateElement(this IAcDomain acDomain, IAcSession acSession, IElementUpdateIo input)
 {
     acDomain.Handle(new UpdateElementCommand(acSession, input));
 }