Пример #1
0
 /// <summary>
 /// This constructor supports the configuration design-time and is not intended to be used directly from your code.
 /// </summary>
 public MenuCommandService(IUnityContainer builder, AssemblyLocator assemblyLocator, ConfigurationSourceDependency configurationSourceRefresh, Profile profile)
 {
     this.configurationSourceRefresh = configurationSourceRefresh;
     this.profile = profile;
     this.builder = builder;
     this.assemblyLocator = assemblyLocator;
 }
 /// <summary>
 /// This constructor supports the configuration design-time and is not intended to be used directly from your code.
 /// </summary>
 public MenuCommandService(IUnityContainer builder, AssemblyLocator assemblyLocator, ConfigurationSourceDependency configurationSourceRefresh, Profile profile)
 {
     this.configurationSourceRefresh = configurationSourceRefresh;
     this.profile         = profile;
     this.builder         = builder;
     this.assemblyLocator = assemblyLocator;
 }
 public ManageableConfigurationSourceViewModel(
     ElementCollectionViewModel containingCollection,
     ConfigurationElement thisElement,
     AssemblyLocator assemblyLocator)
     : base(containingCollection, thisElement)
 {
     this.assemblyLocator = assemblyLocator;
 }
 public ExportAdmTemplateCommand(CommandAttribute commandAttribute,
                                 ApplicationViewModel applicationViewModel,
                                 IUIServiceWpf uiService,
                                 ElementViewModel element,
                                 AssemblyLocator assemblyLocator)
     : base(commandAttribute, uiService)
 {
     this.applicationViewModel = applicationViewModel;
     this.element = element;
     this.attributeRetriever = new ConfigurationManageabilityProviderAttributeRetriever(assemblyLocator);
 }
 /// <summary>
 /// This constructor supports the configuration design-time and is not
 /// intended to be used directly from your code.
 /// </summary>
 public AssemblyAttributeSectionLocator(AssemblyLocator assemblyLocator)
 {
     CollectSectionNames(assemblyLocator.Assemblies);
 }
Пример #6
0
 /// <summary>
 /// Initializes a new instance of <see cref="AnnotationService"/>.
 /// </summary>
 /// <param name="assemblyLocator">An <see cref="AssemblyLocator"/> used to discover bodyclasses with an <see cref="RegisterAsMetadataTypeAttribute"/>.</param>
 public AnnotationService(AssemblyLocator assemblyLocator)
 {
     this.assemblyLocator = assemblyLocator;
 }
 /// <summary>
 /// This constructor supports the configuration design-time and is not intended to be used directly from your code.
 /// </summary>
 public DiscoverDerivedConfigurationTypesService(AssemblyLocator assemblyLocator, Profile profile)
 {
     this.assemblyLocator = assemblyLocator;
     this.profile         = profile;
 }
 /// <summary>
 /// This constructor supports the configuration design-time and is not intended to be used directly from your code.
 /// </summary>
 public DiscoverDerivedConfigurationTypesService(AssemblyLocator assemblyLocator)
     : this(assemblyLocator, new Profile())
 {
 }
 /// <summary>
 /// Initializes a new instance of <see cref="AnnotationService"/>.
 /// </summary>
 /// <param name="assemblyLocator">An <see cref="AssemblyLocator"/> used to discover bodyclasses with an <see cref="RegisterAsMetadataTypeAttribute"/>.</param>
 public AnnotationService(AssemblyLocator assemblyLocator)
 {
     this.assemblyLocator = assemblyLocator;
 }
 /// <summary>
 /// This constructor supports the configuration design-time and is not
 /// intended to be used directly from your code.
 /// </summary>
 public AssemblyAttributeSectionLocator(AssemblyLocator assemblyLocator)
 {
     CollectSectionNames(assemblyLocator.Assemblies);
 }
 /// <summary>
 /// This constructor supports the configuration design-time and is not intended to be used directly from your code.
 /// </summary>
 public DiscoverDerivedConfigurationTypesService(AssemblyLocator assemblyLocator, Profile profile)
 {
     this.assemblyLocator = assemblyLocator;
     this.profile = profile;
 }
 /// <summary>
 /// This constructor supports the configuration design-time and is not intended to be used directly from your code.
 /// </summary>
 public DiscoverDerivedConfigurationTypesService(AssemblyLocator assemblyLocator)
     : this(assemblyLocator, new Profile())
 {
 }
 /// <summary>
 /// This constructor supports the configuration design-time and is not intended to be used directly from your code.
 /// </summary>
 public DiscoverDerivedConfigurationTypesService(AssemblyLocator assemblyLocator)
 {
     this.assemblyLocator = assemblyLocator;
 }
 /// <summary>
 /// This constructor supports the configuration design-time and is not intended to be used directly from your code.
 /// </summary>
 public DiscoverDerivedConfigurationTypesService(AssemblyLocator assemblyLocator)
 {
     this.assemblyLocator = assemblyLocator;
 }