Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Server / System / Data / Services / Providers / ResourceContainer.cs / 1305376 / ResourceContainer.cs
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Contains information about a resource set.
//
//
// @owner [....]
//---------------------------------------------------------------------
namespace System.Data.Services.Providers
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
///
/// Structure to keep information about a resource set
///
///
/// Custom providers can choose to use it as is or derive from it
/// in order to flow provider-specific data.
///
[DebuggerDisplay("{Name}: {ResourceType}")]
public class ResourceSet
{
#region Fields
/// Reference to resource type that this resource set is a collection of
private readonly ResourceType elementType;
/// Name of the resource set.
private readonly string name;
/// Cached delegate to read an IQueryable from the context.
private Func
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WinFormsSecurity.cs
- ToolStripDropDown.cs
- BinaryUtilClasses.cs
- _Semaphore.cs
- XmlSchemaSimpleTypeUnion.cs
- ReturnEventArgs.cs
- HostedTransportConfigurationManager.cs
- TreeNodeCollectionEditor.cs
- ComponentEditorForm.cs
- Constraint.cs
- IssuanceLicense.cs
- DataBindingCollectionConverter.cs
- GridViewUpdateEventArgs.cs
- DocumentScope.cs
- DecoderExceptionFallback.cs
- ReadOnlyDictionary.cs
- InputLangChangeRequestEvent.cs
- StreamingContext.cs
- Restrictions.cs
- formatter.cs
- ObjectDataSourceDisposingEventArgs.cs
- SqlDuplicator.cs
- ExceptionHelpers.cs
- HotSpotCollectionEditor.cs
- DiagnosticsConfiguration.cs
- PeerNameResolver.cs
- PolyBezierSegment.cs
- PaintValueEventArgs.cs
- LogicalExpr.cs
- DataGrid.cs
- TargetParameterCountException.cs
- SoapIncludeAttribute.cs
- MemoryRecordBuffer.cs
- rsa.cs
- TextRunTypographyProperties.cs
- SqlDelegatedTransaction.cs
- BuildProviderUtils.cs
- WhileDesigner.cs
- AppDomainShutdownMonitor.cs
- KeyboardDevice.cs
- BulletedList.cs
- WS2007HttpBindingCollectionElement.cs
- AbstractDataSvcMapFileLoader.cs
- ValidatedControlConverter.cs
- PlatformCulture.cs
- DecimalStorage.cs
- BooleanAnimationUsingKeyFrames.cs
- GeneralTransform.cs
- XmlSerializerOperationGenerator.cs
- NumberSubstitution.cs
- ControlPaint.cs
- ConfigurationPropertyCollection.cs
- DataServiceKeyAttribute.cs
- TypeConverterValueSerializer.cs
- CompositeTypefaceMetrics.cs
- TableParaClient.cs
- IResourceProvider.cs
- versioninfo.cs
- ContentPosition.cs
- ClientScriptManager.cs
- ServiceBehaviorElementCollection.cs
- XPathNodeList.cs
- SqlTopReducer.cs
- DataGridViewRowPostPaintEventArgs.cs
- AcceleratedTokenProvider.cs
- Material.cs
- DataContractSerializer.cs
- XamlHostingSectionGroup.cs
- SqlUtil.cs
- ReadWriteSpinLock.cs
- ActionMismatchAddressingException.cs
- LambdaCompiler.Generated.cs
- Style.cs
- SystemFonts.cs
- HwndKeyboardInputProvider.cs
- NativeMethods.cs
- DataGridViewSelectedColumnCollection.cs
- CreateUserWizard.cs
- Keywords.cs
- SpinWait.cs
- OptionUsage.cs
- AssemblyCache.cs
- SpellerHighlightLayer.cs
- DesignerDataTableBase.cs
- WindowsScrollBarBits.cs
- ListViewGroupConverter.cs
- CodeGenerator.cs
- ComplexType.cs
- EventData.cs
- ResourceManager.cs
- DbProviderFactories.cs
- Buffer.cs
- CompilerParameters.cs
- DynamicPropertyHolder.cs
- ReflectionUtil.cs
- TextDecorations.cs
- EditingCoordinator.cs
- ListBox.cs
- Application.cs
- QilValidationVisitor.cs