Exemplo n.º 1
0
        internal ViewSet()
        {
            _systemLandscapeViews = new HashSet <SystemLandscapeView>();
            _systemContextViews   = new HashSet <SystemContextView>();
            _containerViews       = new HashSet <ContainerView>();
            _componentViews       = new HashSet <ComponentView>();
            _dynamicViews         = new HashSet <DynamicView>();
            _deploymentViews      = new HashSet <DeploymentView>();
            _filteredViews        = new HashSet <FilteredView>();

            Configuration = new ViewConfiguration();
        }
Exemplo n.º 2
0
 public void CopyConfigurationFrom(ViewConfiguration configuration)
 {
     LastSavedView = configuration.LastSavedView;
 }