Esempio n. 1
0
 public void AddSubLabel(Label label)
 {
     //TODO
 }
Esempio n. 2
0
 public void RemoveSubLabel(Label label)
 {
     //TODO
 }
Esempio n. 3
0
 partial void DeleteLabel(Label instance);
Esempio n. 4
0
 partial void UpdateLabel(Label instance);
Esempio n. 5
0
 partial void InsertLabel(Label instance);
Esempio n. 6
0
		private void detach_Labels(Label entity)
		{
			this.SendPropertyChanging();
			entity.LabelDomain = null;
		}
Esempio n. 7
0
		private void attach_Labels(Label entity)
		{
			this.SendPropertyChanging();
			entity.LabelDomain = this;
		}