Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / FactoryId.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EpmCustomContentDeSerializer.cs
- CollectionBuilder.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- OledbConnectionStringbuilder.cs
- DESCryptoServiceProvider.cs
- CompareInfo.cs
- SQLDecimal.cs
- ByteStack.cs
- DataServiceHostFactory.cs
- X509Extension.cs
- Intellisense.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- WebRequestModulesSection.cs
- Imaging.cs
- HtmlTextArea.cs
- ReadOnlyAttribute.cs
- complextypematerializer.cs
- DataObjectMethodAttribute.cs
- NavigationProgressEventArgs.cs
- NameValuePermission.cs
- FileDialogCustomPlacesCollection.cs
- Environment.cs
- RoleGroup.cs
- VersionPair.cs
- SmtpReplyReader.cs
- NativeCompoundFileAPIs.cs
- Bold.cs
- InfoCardXmlSerializer.cs
- ProcessRequestArgs.cs
- MessageFilterTable.cs
- RuntimeConfig.cs
- TreeViewImageKeyConverter.cs
- HitTestWithGeometryDrawingContextWalker.cs
- _CommandStream.cs
- FileDialog.cs
- KeyTime.cs
- WebPartConnection.cs
- TextBoxBase.cs
- CatalogPartCollection.cs
- NextPreviousPagerField.cs
- DataGridViewColumnCollection.cs
- ProviderBase.cs
- HandlerBase.cs
- GenericTextProperties.cs
- XamlRtfConverter.cs
- Scene3D.cs
- BaseCodeDomTreeGenerator.cs
- CompressEmulationStream.cs
- TypeSystem.cs
- OdbcConnectionFactory.cs
- mansign.cs
- ADRole.cs
- CreatingCookieEventArgs.cs
- UpdateException.cs
- SqlWorkflowInstanceStoreLock.cs
- StateDesigner.CommentLayoutGlyph.cs
- DummyDataSource.cs
- RuleRef.cs
- BooleanKeyFrameCollection.cs
- ComponentCommands.cs
- baseshape.cs
- LongValidator.cs
- ItemCollection.cs
- FormsIdentity.cs
- ColorConverter.cs
- SocketAddress.cs
- RevocationPoint.cs
- BindingCollection.cs
- TemplatedWizardStep.cs
- DataTableExtensions.cs
- Duration.cs
- DownloadProgressEventArgs.cs
- CharAnimationBase.cs
- SelectorAutomationPeer.cs
- CapabilitiesRule.cs
- AddressHeaderCollectionElement.cs
- Object.cs
- SecurityTokenException.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- NavigationPropertyEmitter.cs
- SystemIPInterfaceProperties.cs
- CompilerParameters.cs
- BindingNavigator.cs
- TextRunCache.cs
- ISAPIRuntime.cs
- SqlBulkCopyColumnMapping.cs
- MultiSelector.cs
- SqlConnectionStringBuilder.cs
- SchemaTableOptionalColumn.cs
- RetrieveVirtualItemEventArgs.cs
- TextParagraphProperties.cs
- ConsumerConnectionPoint.cs
- MD5Cng.cs
- GiveFeedbackEvent.cs
- _ContextAwareResult.cs
- WebServiceData.cs
- VectorCollection.cs
- CqlLexer.cs
- PagedDataSource.cs
- MethodRental.cs