public EntityTypeMapping(CSDL.Type.EntityType entityType) : base(entityType) { }
public AssociationMapping(CSDL.Association.Association association) { _association = association; }
public ComplexPropertyMapping(CSDL.Type.EntityType entityType, ComplexProperty complexProperty) : base(entityType) { ComplexProperty = complexProperty; }