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