public StaticField(string name, FieldIndexTypes indexType, bool enableSorting, string type)
 {
     Type          = type;
     EnableSorting = enableSorting;
     IndexType     = indexType;
     Name          = name;
 }
Example #2
0
 public StaticField(string name, FieldIndexTypes indexType, bool enableSorting, string type)
 {
     Type = type;
     EnableSorting = enableSorting;
     IndexType = indexType;
     Name = name;
 }