protected override void Act() { collectionElement = Viewmodel.DescendentElements(x => x.ConfigurationType == typeof(NameValueConfigurationCollection)).First(); }
protected override void Act() { elementModel = Viewmodel.DescendentElements(x => x.ConfigurationType == typeof(ConfigurationElementWithCustomCommand)).First(); }
protected override void Act() { elementModel = Viewmodel.DescendentElements(x => x.ConfigurationType == typeof(DefaultConfigurationElement)).First(); }
protected override void Act() { elementViewModel = Viewmodel.DescendentElements(x => x.ConfigurationType == typeof(PolymorphicCollection)).First(); }
protected override void Act() { elementViewModel = Viewmodel.DescendentElements(x => x.ConfigurationType == typeof(CustomDeleteConfigurationElement)).First(); }
protected override void Act() { collectionElement = Viewmodel.DescendentElements(x => x.ConfigurationType == typeof(ConnectionStringSettingsCollection)).First(); }