예제 #1
0
 private void OnAspnetPathsListAdd(AspnetPaths entity)
 {
     SendPropertyChanging(null);
     entity.AspnetApplications = this;
     SendPropertyChanged(null);
 }
예제 #2
0
 private void OnAspnetPathsListRemove(AspnetPaths entity)
 {
     SendPropertyChanging(null);
     entity.AspnetApplications = null;
     SendPropertyChanged(null);
 }
 partial void OnAspnetPathsChanging(AspnetPaths value);