Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Configuration / System / Configuration / FactoryId.cs / 1 / FactoryId.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // Identifies a factory [System.Diagnostics.DebuggerDisplay("FactoryId {ConfigKey}")] internal class FactoryId { private string _configKey; private string _group; private string _name; internal FactoryId(string configKey, string group, string name) { _configKey = configKey; _group = group; _name = name; } internal string ConfigKey { get {return _configKey;} } internal string Group { get {return _group;} } internal string Name { get {return _name;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // Identifies a factory [System.Diagnostics.DebuggerDisplay("FactoryId {ConfigKey}")] internal class FactoryId { private string _configKey; private string _group; private string _name; internal FactoryId(string configKey, string group, string name) { _configKey = configKey; _group = group; _name = name; } internal string ConfigKey { get {return _configKey;} } internal string Group { get {return _group;} } internal string Name { get {return _name;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StringDictionary.cs
- PaginationProgressEventArgs.cs
- LineBreak.cs
- ImageDrawing.cs
- GeometryGroup.cs
- Bold.cs
- XmlUtil.cs
- ErrorFormatter.cs
- BypassElement.cs
- PropertyChange.cs
- RuntimeConfigurationRecord.cs
- PropertyReferenceSerializer.cs
- EntityType.cs
- wgx_commands.cs
- FacetChecker.cs
- DependencyPropertyAttribute.cs
- AssemblyAttributes.cs
- PrintEvent.cs
- WebBrowserDocumentCompletedEventHandler.cs
- C14NUtil.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ResXDataNode.cs
- X509CertificateValidator.cs
- ScrollData.cs
- DataGridViewComboBoxColumn.cs
- BrowserCapabilitiesCompiler.cs
- XmlSchemaDatatype.cs
- DeclarationUpdate.cs
- Triangle.cs
- ExecutionEngineException.cs
- SystemColors.cs
- StringDictionaryEditor.cs
- OdbcHandle.cs
- InstanceKeyNotReadyException.cs
- RpcCryptoContext.cs
- DropDownButton.cs
- TableDetailsCollection.cs
- ApplicationServicesHostFactory.cs
- MembershipPasswordException.cs
- AssemblyName.cs
- _UriTypeConverter.cs
- DbMetaDataCollectionNames.cs
- CultureInfo.cs
- HtmlButton.cs
- AppSecurityManager.cs
- ServicePointManagerElement.cs
- InstalledFontCollection.cs
- MetaModel.cs
- RegexInterpreter.cs
- RelativeSource.cs
- StatusBar.cs
- Lookup.cs
- ColumnHeaderConverter.cs
- BulletedList.cs
- ReferenceService.cs
- XmlILModule.cs
- OutputWindow.cs
- TextLineResult.cs
- UpDownBase.cs
- MoveSizeWinEventHandler.cs
- TileBrush.cs
- KeyedCollection.cs
- StaticContext.cs
- DecimalAnimation.cs
- InstanceDataCollection.cs
- ProcessModelInfo.cs
- WebPartDisplayModeEventArgs.cs
- DataGrid.cs
- ObjectDataProvider.cs
- HttpCacheParams.cs
- _AuthenticationState.cs
- SettingsProviderCollection.cs
- HttpResponse.cs
- WebPartUserCapability.cs
- ETagAttribute.cs
- CommentAction.cs
- ConfigurationValue.cs
- webclient.cs
- EDesignUtil.cs
- StoreItemCollection.Loader.cs
- XNameTypeConverter.cs
- ExternalException.cs
- Int32AnimationBase.cs
- HandleRef.cs
- StringValidatorAttribute.cs
- BaseProcessor.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- SystemUnicastIPAddressInformation.cs
- LongValidator.cs
- SchemaElementLookUpTableEnumerator.cs
- LinkTarget.cs
- ResourceContainer.cs
- RuntimeConfig.cs
- MediaContext.cs
- DelegateInArgument.cs
- SystemDiagnosticsSection.cs
- ReadOnlyHierarchicalDataSourceView.cs
- AnnotationService.cs
- BamlResourceContent.cs
- MultipleViewProviderWrapper.cs