예제 #1
0
파일: IGridColumn.cs 프로젝트: Epitomy/CMS
 public GridColumn(GridModel gridModel, GridColumnAttribute att, string propertyName, int order)
 {
     this.GridModel = gridModel;
     this.ColumnAttribute = att;
     this.PropertyName = propertyName;
     this.Order = order;
 }
예제 #2
0
 public ActionGridColumn(GridModel gridModel, GridColumnAttribute att, string propertyName, int order)
     : base(gridModel, att, propertyName, order)
 {
 }
 public Page_Navigation_ShowInMenu_SortableGridColumn(GridModel gridModel, GridColumnAttribute att, string propertyName, int order)
     : base(gridModel, att, propertyName, order)
 {
 }
예제 #4
0
 public Element_Name_GridColumn(GridModel gridModel, GridColumnAttribute att, string propertyName, int order)
     : base(gridModel, att, propertyName, order)
 {
 }