Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- InputReportEventArgs.cs
- mactripleDES.cs
- TablePattern.cs
- PaperSource.cs
- CommandPlan.cs
- Hex.cs
- TemplatePagerField.cs
- ClientRoleProvider.cs
- PathParser.cs
- HttpFileCollection.cs
- QueryResponse.cs
- TranslateTransform.cs
- Int64Animation.cs
- MasterPage.cs
- shaperfactoryquerycacheentry.cs
- DataGridToolTip.cs
- Marshal.cs
- DtrList.cs
- ChannelServices.cs
- TraceListener.cs
- WebScriptEnablingElement.cs
- TreeIterators.cs
- FontStyles.cs
- ObjectDataSourceView.cs
- NegationPusher.cs
- JsonByteArrayDataContract.cs
- GridViewDeleteEventArgs.cs
- StrokeNodeOperations2.cs
- WebZone.cs
- DbDataSourceEnumerator.cs
- UpdatePanel.cs
- QilVisitor.cs
- StorageConditionPropertyMapping.cs
- IProvider.cs
- NetworkAddressChange.cs
- WindowsNonControl.cs
- FontUnit.cs
- NumberSubstitution.cs
- SubMenuStyle.cs
- WebPartCollection.cs
- DataErrorValidationRule.cs
- WebHeaderCollection.cs
- DbTransaction.cs
- SmiTypedGetterSetter.cs
- RangeContentEnumerator.cs
- StrongNameKeyPair.cs
- Pair.cs
- UserNamePasswordValidator.cs
- InternalSafeNativeMethods.cs
- DataExpression.cs
- ListViewGroupItemCollection.cs
- EmptyCollection.cs
- WebPartExportVerb.cs
- PixelShader.cs
- Compiler.cs
- FilterableAttribute.cs
- PrimarySelectionAdorner.cs
- HebrewNumber.cs
- SchemaImporterExtension.cs
- CombinedGeometry.cs
- CryptoKeySecurity.cs
- TextRange.cs
- UserThread.cs
- DefaultPropertyAttribute.cs
- RenderingEventArgs.cs
- AsymmetricKeyExchangeFormatter.cs
- SystemEvents.cs
- DecoderNLS.cs
- SspiSafeHandles.cs
- XmlDictionaryReader.cs
- ToolStripContentPanelRenderEventArgs.cs
- FormsIdentity.cs
- DataGrid.cs
- AssemblyNameProxy.cs
- TransformationRules.cs
- DbXmlEnabledProviderManifest.cs
- returneventsaver.cs
- RegistryPermission.cs
- EntityConnection.cs
- UnitySerializationHolder.cs
- DecimalStorage.cs
- DesignTableCollection.cs
- DataGridTextBox.cs
- ReadingWritingEntityEventArgs.cs
- PassportPrincipal.cs
- MetadataItem.cs
- CommandConverter.cs
- TreeViewImageKeyConverter.cs
- StringUtil.cs
- DeviceContext.cs
- SoapMessage.cs
- TreeNodeSelectionProcessor.cs
- LayoutInformation.cs
- TemplateField.cs
- SQLGuidStorage.cs
- HotSpotCollection.cs
- VirtualDirectoryMapping.cs
- DependencyPropertyConverter.cs
- CachedBitmap.cs
- TextTreeInsertElementUndoUnit.cs