public LabelInstanceConsistencyExpression(LabelInstance labelInstance) { this.labelInstance = labelInstance; }
partial void DeleteLabelInstance(LabelInstance instance);
partial void UpdateLabelInstance(LabelInstance instance);
partial void InsertLabelInstance(LabelInstance instance);
private void detach_LabelInstances(LabelInstance entity) { this.SendPropertyChanging(); entity.Asset = null; }
private void attach_LabelInstances(LabelInstance entity) { this.SendPropertyChanging(); entity.Label = this; }