コード例 #1
0
 private void DetachLabs(global::LightSwitchApplication.Implementation.Lab entity)
 {
     entity.Person = null;
 }
コード例 #2
0
 private bool FilterLabs(global::LightSwitchApplication.Implementation.Lab entity)
 {
     return(global::System.Object.Equals(entity.Person_Lab, this.Id));
 }
コード例 #3
0
 private void AttachLabs(global::LightSwitchApplication.Implementation.Lab entity)
 {
     entity.Person = this;
 }