Exemplo n.º 1
0
		private void detach_LanguageTranslationAttachments(LanguageTranslationAttachment entity)
		{
			this.SendPropertyChanging();
			entity.LanguageTranslation = null;
		}
Exemplo n.º 2
0
		private void attach_LanguageTranslationAttachments(LanguageTranslationAttachment entity)
		{
			this.SendPropertyChanging();
			entity.Attachment = this;
		}
Exemplo n.º 3
0
 partial void DeleteLanguageTranslationAttachment(LanguageTranslationAttachment instance);
Exemplo n.º 4
0
 partial void InsertLanguageTranslationAttachment(LanguageTranslationAttachment instance);