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