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