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
- DoubleAnimation.cs
- ByteStream.cs
- ListViewItemSelectionChangedEvent.cs
- MarshalByRefObject.cs
- RootProfilePropertySettingsCollection.cs
- FrameDimension.cs
- LZCodec.cs
- AlternateViewCollection.cs
- TextTreeDeleteContentUndoUnit.cs
- EntryWrittenEventArgs.cs
- WebMessageBodyStyleHelper.cs
- HttpCapabilitiesSectionHandler.cs
- SafeRegistryKey.cs
- CodeMethodMap.cs
- AspNetCompatibilityRequirementsAttribute.cs
- HttpApplicationFactory.cs
- SystemIPv4InterfaceProperties.cs
- InsufficientMemoryException.cs
- DeviceContext2.cs
- DefaultValueAttribute.cs
- FlowDocumentFormatter.cs
- UriTemplateLiteralQueryValue.cs
- FutureFactory.cs
- MimePart.cs
- WindowsRichEdit.cs
- XamlSerializerUtil.cs
- QilIterator.cs
- DataRelationPropertyDescriptor.cs
- ValidationManager.cs
- TextMetrics.cs
- TimeSpanConverter.cs
- MaskInputRejectedEventArgs.cs
- InArgument.cs
- x509store.cs
- SqlMethodAttribute.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- LambdaCompiler.Lambda.cs
- TextElementEnumerator.cs
- IncrementalReadDecoders.cs
- FontSourceCollection.cs
- ControlAdapter.cs
- AbandonedMutexException.cs
- HashCodeCombiner.cs
- ServiceEndpointElement.cs
- TextSelection.cs
- ISessionStateStore.cs
- DataStreams.cs
- RootProfilePropertySettingsCollection.cs
- CodeSubDirectory.cs
- NativeMethods.cs
- XmlNamedNodeMap.cs
- MSHTMLHost.cs
- WebPartPersonalization.cs
- HtmlGenericControl.cs
- RemoteArgument.cs
- InputMethodStateTypeInfo.cs
- TimeSpanFormat.cs
- RenderDataDrawingContext.cs
- AutomationPatternInfo.cs
- mediaclock.cs
- milrender.cs
- PartitionerQueryOperator.cs
- ImmComposition.cs
- MessageSecurityOverMsmq.cs
- ConstrainedDataObject.cs
- AttributeProviderAttribute.cs
- CollaborationHelperFunctions.cs
- DockPatternIdentifiers.cs
- ClientBuildManager.cs
- TextBoxView.cs
- SystemColors.cs
- CheckBoxField.cs
- XpsSerializationManagerAsync.cs
- CheckBoxRenderer.cs
- SystemWebExtensionsSectionGroup.cs
- Vars.cs
- BitmapDecoder.cs
- SafeLocalAllocation.cs
- MouseCaptureWithinProperty.cs
- SignedXmlDebugLog.cs
- XmlDocumentFragment.cs
- ErrorStyle.cs
- TransformProviderWrapper.cs
- BaseParser.cs
- UnsafeNativeMethods.cs
- ArgumentNullException.cs
- TypeConverters.cs
- SystemIPInterfaceStatistics.cs
- FollowerQueueCreator.cs
- InvokePatternIdentifiers.cs
- StringFunctions.cs
- FlowDocumentView.cs
- HeaderUtility.cs
- OracleColumn.cs
- CorruptStoreException.cs
- DataGridCellItemAutomationPeer.cs
- XamlFigureLengthSerializer.cs
- HtmlElementErrorEventArgs.cs
- DocumentViewerBase.cs
- LocalizedNameDescriptionPair.cs