Exemple #1
0
 private void detach_ResourceOrganizationTypes(ResourceOrganizationType entity)
 {
     this.SendPropertyChanging();
     entity.Resource = null;
 }
Exemple #2
0
 private void attach_ResourceOrganizationTypes(ResourceOrganizationType entity)
 {
     this.SendPropertyChanging();
     entity.OrganizationType = this;
 }
 private void detach_ResourceOrganizationTypes(ResourceOrganizationType entity)
 {
     this.SendPropertyChanging();
     entity.OrganizationType = null;
 }
Exemple #4
0
 private void attach_ResourceOrganizationTypes(ResourceOrganizationType entity)
 {
     this.SendPropertyChanging();
     entity.Resource = this;
 }