private void detach_PersonPrerecordQuotas(PersonPrerecordQuota entity)
 {
     this.SendPropertyChanging("PersonPrerecordQuotas");
     entity.RbPrerecordQuotaType = null;
 }
コード例 #2
0
 private void attach_PersonPrerecordQuotas(PersonPrerecordQuota entity)
 {
     this.SendPropertyChanging("PersonPrerecordQuotas");
     entity.Person = this;
 }