예제 #1
0
		private void detach_ClientScopeDatas(ClientScopeData entity)
		{
			this.SendPropertyChanging();
			entity.ClientData = null;
		}
예제 #2
0
 partial void UpdateClientScopeData(ClientScopeData instance);
예제 #3
0
 partial void DeleteClientScopeData(ClientScopeData instance);
예제 #4
0
		private void attach_ClientScopeDatas(ClientScopeData entity)
		{
			this.SendPropertyChanging();
			entity.ScopeData = this;
		}
예제 #5
0
 partial void InsertClientScopeData(ClientScopeData instance);
예제 #6
0
 private void detach_ClientScopeDatas(ClientScopeData entity)
 {
     this.SendPropertyChanging();
     entity.ClientData = null;
 }
예제 #7
0
 partial void DeleteClientScopeData(ClientScopeData instance);
예제 #8
0
 partial void UpdateClientScopeData(ClientScopeData instance);
예제 #9
0
 partial void InsertClientScopeData(ClientScopeData instance);
예제 #10
0
 private void attach_ClientScopeDatas(ClientScopeData entity)
 {
     this.SendPropertyChanging();
     entity.ScopeData = this;
 }