Beispiel #1
0
 public ClassMap(Type type, IdentifierMap identifier, IList <PropertyMap> properties)
 {
     TheType    = type;
     Identifier = identifier;
     Properties = properties;
 }
Beispiel #2
0
 public ClassMap(Type type, IdentifierMap identifier, IList<PropertyMap> properties)
 {
     TheType = type;
     Identifier = identifier;
     Properties = properties;
 }