コード例 #1
0
 public SmartStoreType(string columnType)
 {
     _smartStoreType = new SDK.SmartStore.Store.SmartStoreType(columnType);
 }
コード例 #2
0
 public SmartStoreType(string columnType)
 {
     _smartStoreType = new SDK.SmartStore.Store.SmartStoreType(columnType);
 }
コード例 #3
0
 public SmartStoreType()
 {
     _smartStoreType = new SDK.SmartStore.Store.SmartStoreType(SmartTypeString);
 }
コード例 #4
0
 public SmartStoreType()
 {
     _smartStoreType = new SDK.SmartStore.Store.SmartStoreType(SmartTypeString);
 }