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