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
- ReadOnlyCollection.cs
- BrowserDefinitionCollection.cs
- HostedImpersonationContext.cs
- MSAAWinEventWrap.cs
- ZoneLinkButton.cs
- RoutedEventArgs.cs
- SqlProfileProvider.cs
- cookieexception.cs
- InheritedPropertyDescriptor.cs
- ValidationEventArgs.cs
- BooleanStorage.cs
- PropertyValue.cs
- ControlCodeDomSerializer.cs
- OdbcErrorCollection.cs
- SimpleApplicationHost.cs
- XmlBinaryWriter.cs
- IgnoreFileBuildProvider.cs
- ActivityPreviewDesigner.cs
- ListComponentEditor.cs
- SamlAuthorityBinding.cs
- UniqueIdentifierService.cs
- CqlErrorHelper.cs
- Rotation3DAnimation.cs
- XmlNodeChangedEventManager.cs
- Image.cs
- StretchValidation.cs
- Rectangle.cs
- ColumnMap.cs
- UnmanagedBitmapWrapper.cs
- GeneralTransform3DTo2D.cs
- NameTable.cs
- CompilerParameters.cs
- DesignerVerb.cs
- MissingFieldException.cs
- TopClause.cs
- BamlCollectionHolder.cs
- ReflectionPermission.cs
- AddInDeploymentState.cs
- Quaternion.cs
- HtmlLink.cs
- SvcMapFileLoader.cs
- ReadOnlyCollectionBase.cs
- XPathSelectionIterator.cs
- ObjectDataSourceFilteringEventArgs.cs
- TcpHostedTransportConfiguration.cs
- WebPartDisplayModeCancelEventArgs.cs
- HtmlHead.cs
- mactripleDES.cs
- COM2ComponentEditor.cs
- Hashtable.cs
- ChildDocumentBlock.cs
- BitmapSource.cs
- StandardOleMarshalObject.cs
- ReflectPropertyDescriptor.cs
- SetterBase.cs
- EmissiveMaterial.cs
- MenuTracker.cs
- wmiutil.cs
- CheckPair.cs
- SqlDataSourceQuery.cs
- QueryHandler.cs
- OleDbPermission.cs
- TextTabProperties.cs
- DataGridViewCellStyleEditor.cs
- OperationAbortedException.cs
- AspNetHostingPermission.cs
- CacheRequest.cs
- Compiler.cs
- COM2PropertyDescriptor.cs
- DashStyles.cs
- XsltException.cs
- FrameworkContentElementAutomationPeer.cs
- SortKey.cs
- DynamicValueConverter.cs
- SafeSecurityHelper.cs
- ListViewTableRow.cs
- LockRecursionException.cs
- VectorAnimation.cs
- ObjectAnimationBase.cs
- ValidationResult.cs
- StrongNameKeyPair.cs
- PopupRootAutomationPeer.cs
- ClientConfigurationSystem.cs
- HostSecurityManager.cs
- SchemaSetCompiler.cs
- SafeSecurityHandles.cs
- X500Name.cs
- ToolStripRenderer.cs
- PlanCompiler.cs
- FlowDocumentScrollViewer.cs
- OpenTypeCommon.cs
- PropertyMappingExceptionEventArgs.cs
- PersonalizableTypeEntry.cs
- DesignerLoader.cs
- HttpProfileGroupBase.cs
- KeyedCollection.cs
- ImmutableDispatchRuntime.cs
- TargetInvocationException.cs
- QEncodedStream.cs
- HtmlDocument.cs