Exemple #1
0
 internal virtual bool ContainsMapping(Mapping mapping)
 {
     return(this.relationships.ContainsKey(new RelationshipMap.Key(mapping.GetAllTypes()[0])));
 }
Exemple #2
0
 private Ca.Infoway.Messagebuilder.Marshalling.RelationshipSorter GetAsRelationshipSorter(Mapping firstPart)
 {
     return(GetAsRelationshipSorter(firstPart.GetAllTypes()[0]));
 }