public CreateEditEntityInputAttribute(string name, CreateEntityInputType type, int order)
 {
     this.Name  = name;
     this.Type  = type;
     this.Order = order;
 }
 public CreateEditEntityInputAttribute(string name, CreateEntityInputType type)
 {
     this.Name  = name;
     this.Type  = type;
     this.Order = 10000;
 }
Exemple #3
0
 public CreateEditEntityInputAttribute(string name, CreateEntityInputType type)
 {
     Name = name;
     Type = type;
 }