Beispiel #1
0
 partial void DeleteApiKey(ApiKey instance);
Beispiel #2
0
 partial void UpdateApiKey(ApiKey instance);
Beispiel #3
0
 partial void InsertApiKey(ApiKey instance);
Beispiel #4
0
		private void detach_ApiKeys(ApiKey entity)
		{
			this.SendPropertyChanging();
			entity.CustomerUser = null;
		}
Beispiel #5
0
		private void detach_ApiKeys(ApiKey entity)
		{
			this.SendPropertyChanging();
			entity.ApiKeyType = null;
		}
Beispiel #6
0
		private void attach_ApiKeys(ApiKey entity)
		{
			this.SendPropertyChanging();
			entity.ApiKeyType = this;
		}