Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- FilterQueryOptionExpression.cs
- OdbcRowUpdatingEvent.cs
- InvalidPrinterException.cs
- AssemblyBuilder.cs
- ModelUtilities.cs
- _ListenerResponseStream.cs
- RemoteEndpointMessageProperty.cs
- XmlAnyElementAttribute.cs
- Baml2006ReaderContext.cs
- XPathScanner.cs
- EUCJPEncoding.cs
- HostProtectionPermission.cs
- SerializationUtility.cs
- DetailsViewPageEventArgs.cs
- TypeGenericEnumerableViewSchema.cs
- OutputScope.cs
- ListControl.cs
- PageEventArgs.cs
- BindingMemberInfo.cs
- Cursor.cs
- TimelineCollection.cs
- XPathScanner.cs
- GridViewUpdateEventArgs.cs
- ArraySegment.cs
- _ListenerResponseStream.cs
- CachedTypeface.cs
- DataServiceHost.cs
- WindowsGrip.cs
- RangeBaseAutomationPeer.cs
- UnionCodeGroup.cs
- ModelUIElement3D.cs
- HttpApplication.cs
- BaseCollection.cs
- SspiSafeHandles.cs
- EventRecordWrittenEventArgs.cs
- SectionVisual.cs
- CodeTypeReferenceCollection.cs
- ImageListImage.cs
- SynchronizedDispatch.cs
- RuntimeResourceSet.cs
- OrthographicCamera.cs
- RuleSettings.cs
- SQLChars.cs
- TdsParser.cs
- ColumnPropertiesGroup.cs
- TemplateBindingExpressionConverter.cs
- SystemFonts.cs
- Debug.cs
- AxDesigner.cs
- Rectangle.cs
- SelectedGridItemChangedEvent.cs
- DeflateEmulationStream.cs
- StatusBar.cs
- ChannelServices.cs
- IApplicationTrustManager.cs
- MailFileEditor.cs
- SmtpFailedRecipientException.cs
- BStrWrapper.cs
- OleDbConnection.cs
- RoleGroup.cs
- AutoGeneratedFieldProperties.cs
- ColumnTypeConverter.cs
- TimeoutValidationAttribute.cs
- PackageDigitalSignatureManager.cs
- CodeSnippetCompileUnit.cs
- DBCommandBuilder.cs
- MetadataPropertyvalue.cs
- CompositionTarget.cs
- StyleCollectionEditor.cs
- MimeFormReflector.cs
- Point3DConverter.cs
- ProjectionCamera.cs
- DataListItemCollection.cs
- Parsers.cs
- FontNameConverter.cs
- CultureTableRecord.cs
- ImportContext.cs
- Deserializer.cs
- Error.cs
- ClientUtils.cs
- ObjectItemCollection.cs
- Path.cs
- Error.cs
- CodeBlockBuilder.cs
- PanelContainerDesigner.cs
- StringStorage.cs
- ImageAttributes.cs
- TableLayoutPanel.cs
- DecimalAnimationUsingKeyFrames.cs
- MessageQueuePermissionEntry.cs
- BlockUIContainer.cs
- XamlFrame.cs
- ZipIOLocalFileBlock.cs
- SharedStatics.cs
- XmlILAnnotation.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- XmlSerializableReader.cs
- ListBoxItemAutomationPeer.cs
- wgx_commands.cs
- FtpWebResponse.cs