Example #1
0
 public void ConvertUsing(IMigrationConverter converter)
 {
     valueConverter = converter;
 }
 public void ConvertUsing(IMigrationConverter converter)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void ConvertUsing(IMigrationConverter converter)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public ITypeMigrationRules ConvertUsing(IMigrationConverter converter)
 {
     fieldDefinition.ConvertUsing(converter);
     return(typeMigrationRules);
 }
Example #5
0
 public void ConvertUsing(IMigrationConverter converter)
 {
     valueConverter = converter;
 }
Example #6
0
 public ITypeMigrationRules ConvertUsing(IMigrationConverter converter)
 {
     fieldDefinition.ConvertUsing(converter);
     return typeMigrationRules;
 }