예제 #1
0
 public ExpressiveMapping(string id, MappedDataAttribute targetAttribute, MappedDataExpression expression)
 {
     Id = id;
     TargetAttribute = targetAttribute;
     Expression      = expression;
 }
예제 #2
0
 public void AddIgnored(MappedDataAttribute attribute)
 {
     ignoredAttributes.Add(MakeKey(attribute.Attribute));
 }