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
- AncillaryOps.cs
- DataControlLinkButton.cs
- MsmqBindingFilter.cs
- XmlWriterSettings.cs
- RectConverter.cs
- XPathBinder.cs
- SchemaNames.cs
- Cell.cs
- CodeCatchClauseCollection.cs
- TransformerTypeCollection.cs
- TemplateField.cs
- ConfigurationLockCollection.cs
- GB18030Encoding.cs
- DomainLiteralReader.cs
- HandlerBase.cs
- SendSecurityHeader.cs
- NetworkAddressChange.cs
- ShapingWorkspace.cs
- WebPartMenu.cs
- TdsValueSetter.cs
- StateManagedCollection.cs
- AnnotationAdorner.cs
- HatchBrush.cs
- MemoryMappedFile.cs
- SecurityTokenException.cs
- SmiEventSink_DeferedProcessing.cs
- AspNetHostingPermission.cs
- CalendarDesigner.cs
- AggregateException.cs
- HttpClientCredentialType.cs
- ConnectionConsumerAttribute.cs
- DomainUpDown.cs
- RequestCacheManager.cs
- CreateRefExpr.cs
- PtsHost.cs
- Visual3DCollection.cs
- WorkflowViewElement.cs
- PrintEvent.cs
- SAPICategories.cs
- Item.cs
- BaseCollection.cs
- PropertyTabChangedEvent.cs
- EdmEntityTypeAttribute.cs
- Window.cs
- SplitterPanel.cs
- OdbcConnectionPoolProviderInfo.cs
- TextMarkerSource.cs
- OracleConnection.cs
- MergePropertyDescriptor.cs
- Filter.cs
- SwitchExpression.cs
- SecurityStandardsManager.cs
- ScrollItemPattern.cs
- EntityEntry.cs
- Membership.cs
- CompilationSection.cs
- Pens.cs
- Wildcard.cs
- PopupEventArgs.cs
- HostAdapter.cs
- RTLAwareMessageBox.cs
- GeneralTransform3DTo2DTo3D.cs
- TypedReference.cs
- StdRegProviderWrapper.cs
- HttpProtocolImporter.cs
- DesignerVerbCollection.cs
- Win32PrintDialog.cs
- ToolStripOverflow.cs
- RNGCryptoServiceProvider.cs
- ClientSettingsSection.cs
- BooleanFunctions.cs
- XamlSerializationHelper.cs
- ZoneButton.cs
- FindCriteria11.cs
- PriorityRange.cs
- RewritingValidator.cs
- SpoolingTaskBase.cs
- RelationalExpressions.cs
- BitmapPalette.cs
- ArithmeticLiteral.cs
- webproxy.cs
- __TransparentProxy.cs
- BaseValidator.cs
- AddressUtility.cs
- EUCJPEncoding.cs
- ManagementNamedValueCollection.cs
- Image.cs
- SpellerStatusTable.cs
- DrawingImage.cs
- XmlEventCache.cs
- MailMessage.cs
- NetStream.cs
- PersistenceTypeAttribute.cs
- WindowsListView.cs
- PersistenceParticipant.cs
- LogLogRecordEnumerator.cs
- ProvidersHelper.cs
- SequentialWorkflowRootDesigner.cs
- Style.cs
- PhysicalFontFamily.cs