public SmartStoreType(string columnType)
 {
     _smartStoreType = new SDK.SmartStore.Store.SmartStoreType(columnType);
 }
 public SmartStoreType(string columnType)
 {
     _smartStoreType = new SDK.SmartStore.Store.SmartStoreType(columnType);
 }
 public SmartStoreType()
 {
     _smartStoreType = new SDK.SmartStore.Store.SmartStoreType(SmartTypeString);
 }
 public SmartStoreType()
 {
     _smartStoreType = new SDK.SmartStore.Store.SmartStoreType(SmartTypeString);
 }