Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- Item.cs
- ClientBuildManager.cs
- DataComponentGenerator.cs
- WebPartActionVerb.cs
- XmlBufferReader.cs
- TextViewDesigner.cs
- CanExecuteRoutedEventArgs.cs
- ControlCachePolicy.cs
- MsmqTransportElement.cs
- AttachmentService.cs
- Base64Decoder.cs
- AssertFilter.cs
- WebPartUserCapability.cs
- SyndicationFeedFormatter.cs
- DemultiplexingClientMessageFormatter.cs
- ReferenceSchema.cs
- DbExpressionBuilder.cs
- LongValidator.cs
- PassportAuthenticationModule.cs
- SHA256Managed.cs
- RegexParser.cs
- GenericAuthenticationEventArgs.cs
- Schema.cs
- BamlRecordWriter.cs
- DateBoldEvent.cs
- CalloutQueueItem.cs
- SapiRecoContext.cs
- XmlnsDefinitionAttribute.cs
- ListViewInsertionMark.cs
- DynamicQueryableWrapper.cs
- TemplateColumn.cs
- FileUtil.cs
- CompiledQueryCacheEntry.cs
- Validator.cs
- DrawingBrush.cs
- PropertiesTab.cs
- XmlBoundElement.cs
- MissingMemberException.cs
- DoubleAnimationBase.cs
- DynamicResourceExtensionConverter.cs
- activationcontext.cs
- SelectionEditingBehavior.cs
- SqlMethodCallConverter.cs
- SizeAnimationBase.cs
- RegexTypeEditor.cs
- ScriptingWebServicesSectionGroup.cs
- MatrixStack.cs
- ColorTransform.cs
- PassportAuthentication.cs
- __TransparentProxy.cs
- HelloMessageApril2005.cs
- SimpleModelProvider.cs
- HtmlInputControl.cs
- AssemblyFilter.cs
- BamlTreeMap.cs
- DataSourceListEditor.cs
- OleDbCommandBuilder.cs
- XmlSchemaComplexType.cs
- SByte.cs
- ListControl.cs
- TextTrailingWordEllipsis.cs
- QueryPageSettingsEventArgs.cs
- EventArgs.cs
- OneOfElement.cs
- SelfIssuedTokenFactoryCredential.cs
- ScriptControlManager.cs
- GeneralTransform3D.cs
- PersonalizationStateQuery.cs
- GestureRecognizer.cs
- CodeDirectiveCollection.cs
- Variable.cs
- CodeDelegateInvokeExpression.cs
- ColorTransform.cs
- UncommonField.cs
- CheckBoxAutomationPeer.cs
- SafeLocalAllocation.cs
- ResourceManager.cs
- ValueSerializer.cs
- AbstractDataSvcMapFileLoader.cs
- FormViewDesigner.cs
- VisualStateManager.cs
- ContextMenuStrip.cs
- InvalidWMPVersionException.cs
- UInt64.cs
- DataGridViewComboBoxEditingControl.cs
- XmlAttributeAttribute.cs
- DbgUtil.cs
- FaultPropagationQuery.cs
- _SecureChannel.cs
- CLSCompliantAttribute.cs
- HitTestWithPointDrawingContextWalker.cs
- ResourceExpressionEditor.cs
- RepeaterItemEventArgs.cs
- Oid.cs
- CollaborationHelperFunctions.cs
- TextBreakpoint.cs
- WeakReadOnlyCollection.cs
- SoapSchemaExporter.cs
- ToggleProviderWrapper.cs
- DataViewSetting.cs