示例#1
0
 public EnumDictionaryMapper(ReadOnlyProperty <T> property)
 {
     _property = property;
 }
示例#2
0
 public ObjectDictionaryMapper(ReadOnlyProperty <T> property, IDictionaryConverter converter)
 {
     _property  = property;
     _converter = converter;
 }
 public ValueValueDictionaryDictionaryMapper(ReadOnlyProperty <T> property)
 {
     _property = property;
 }
示例#4
0
 public ObjectArrayDictionaryMapper(ReadOnlyProperty <T> property, IDictionaryConverter elementConverter)
 {
     _property         = property;
     _elementConverter = elementConverter;
 }