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