Exemple #1
0
 internal virtual void Put(Mapping mapping, BeanProperty beanProperty)
 {
     foreach (NamedAndTyped namedAndTyped in mapping.GetAllTypes())
     {
         this.relationships[new RelationshipMap.Key(namedAndTyped)] = beanProperty;
     }
 }
Exemple #2
0
 private Ca.Infoway.Messagebuilder.Marshalling.RelationshipSorter GetAsRelationshipSorter(Mapping firstPart)
 {
     return(GetAsRelationshipSorter(firstPart.GetAllTypes()[0]));
 }