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