Beispiel #1
0
 partial void DeleteUserProperty(UserProperty instance);
Beispiel #2
0
 partial void UpdateUserProperty(UserProperty instance);
Beispiel #3
0
		private void detach_UserProperties(UserProperty entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
Beispiel #4
0
 partial void InsertUserProperty(UserProperty instance);
Beispiel #5
0
		private void attach_UserProperties(UserProperty entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}