public LabelInstanceConsistencyExpression(LabelInstance labelInstance)
 {
     this.labelInstance = labelInstance;
 }
Exemplo n.º 2
0
 partial void DeleteLabelInstance(LabelInstance instance);
Exemplo n.º 3
0
 partial void UpdateLabelInstance(LabelInstance instance);
Exemplo n.º 4
0
 partial void InsertLabelInstance(LabelInstance instance);
Exemplo n.º 5
0
		private void detach_LabelInstances(LabelInstance entity)
		{
			this.SendPropertyChanging();
			entity.Asset = null;
		}
Exemplo n.º 6
0
		private void attach_LabelInstances(LabelInstance entity)
		{
			this.SendPropertyChanging();
			entity.Label = this;
		}