internal ErrorMany(ErrorRoot owner, Item item, IdKey idKe, string text = null) { Owner = owner; Item = item; ErrorId = idKe; if (text != null) { _list.Add(text); } owner.Add(this); }
private void InitializeLocalReferences(Root root) { _errorManager = root.Get <ErrorRoot>(); _graphXManager = root.Get <GraphXRoot>(); _computeXManager = root.Get <ComputeXRoot>(); _property_QueryX_Where = root.Get <Property_QueryX_Where>(); _property_QueryX_Select = root.Get <Property_QueryX_Select>(); _property_ComputeX_Select = root.Get <Property_ComputeX_Select>(); _relation_Store_QueryX = root.Get <Relation_Store_QueryX>(); _relation_ViewX_QueryX = root.Get <Relation_ViewX_QueryX>(); _relation_QueryX_QueryX = root.Get <Relation_QueryX_QueryX>(); _relation_GraphX_QueryX = root.Get <Relation_GraphX_QueryX>(); _relation_SymbolX_QueryX = root.Get <Relation_SymbolX_QueryX>(); _relation_Store_ComputeX = root.Get <Relation_Store_ComputeX>(); _relation_ComputeX_QueryX = root.Get <Relation_ComputeX_QueryX>(); _relation_Relation_QueryX = root.Get <Relation_Relation_QueryX>(); _relation_GraphX_SymbolQueryX = root.Get <Relation_GraphX_ToolTipProperty>(); }