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;
		}