Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Objects / Internal / LazyLoadBehavior.cs / 1305376 / LazyLoadBehavior.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Reflection.Emit; using System.Security; using System.Security.Permissions; using System.Data.Metadata.Edm; using System.Data.Objects.DataClasses; using System.Collections; namespace System.Data.Objects.Internal { ////// Defines and injects behavior into proxy class Type definitions /// to allow navigation properties to lazily load their references or collection elements. /// internal sealed class LazyLoadBehavior { ////// Return an expression tree that represents the actions required to load the related end /// associated with the intercepted proxy member. /// /// /// EdmMember that specifies the member to be intercepted. /// /// /// PropertyInfo that specifies the CLR property to be intercepted. /// /// /// ParameterExpression that represents the proxy object. /// /// /// ParameterExpression that represents the proxied property value. /// /// The Func that retrieves the wrapper from a proxy ////// Expression tree that encapsulates lazy loading behavior for the supplied member, /// or null if the expression tree could not be constructed. /// internal static FuncGetInterceptorDelegate (EdmMember member, Func
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BitmapMetadataEnumerator.cs
- BaseDataBoundControl.cs
- EarlyBoundInfo.cs
- PropertyTab.cs
- NetCodeGroup.cs
- XmlSchemaAppInfo.cs
- StandardCommands.cs
- UrlMappingCollection.cs
- FormsAuthentication.cs
- InvalidProgramException.cs
- TextParagraphCache.cs
- UnsafeNativeMethodsMilCoreApi.cs
- XmlSchemaObjectCollection.cs
- Double.cs
- XpsS0ValidatingLoader.cs
- ToolStripArrowRenderEventArgs.cs
- GetPageCompletedEventArgs.cs
- RuntimeConfigurationRecord.cs
- XmlRawWriter.cs
- ExpressionBinding.cs
- CoTaskMemHandle.cs
- safelink.cs
- RSAPKCS1KeyExchangeFormatter.cs
- CachingHintValidation.cs
- RichTextBoxConstants.cs
- CheckBoxRenderer.cs
- TextReturnReader.cs
- ResizeGrip.cs
- XmlSchemaResource.cs
- SqlDataSource.cs
- PropertyMappingExceptionEventArgs.cs
- StrongNameKeyPair.cs
- SchemaReference.cs
- Vector3DValueSerializer.cs
- MetaDataInfo.cs
- XPathDocument.cs
- DesignerTransactionCloseEvent.cs
- DataGridLengthConverter.cs
- TextLine.cs
- TextTreeTextNode.cs
- PipelineModuleStepContainer.cs
- AudioStateChangedEventArgs.cs
- HelpKeywordAttribute.cs
- BrowserDefinitionCollection.cs
- MimeMultiPart.cs
- TreeViewBindingsEditor.cs
- ClockGroup.cs
- SqlBooleanizer.cs
- ListenerUnsafeNativeMethods.cs
- CompositeDataBoundControl.cs
- PageContentCollection.cs
- DrawingGroup.cs
- SerializationStore.cs
- XmlEntity.cs
- ToolStripRenderer.cs
- SetMemberBinder.cs
- PageCodeDomTreeGenerator.cs
- EntityDesignerBuildProvider.cs
- LicenseProviderAttribute.cs
- DependencyPropertyAttribute.cs
- ComplexPropertyEntry.cs
- AppDomainManager.cs
- SocketElement.cs
- CalendarDay.cs
- httpstaticobjectscollection.cs
- sqlnorm.cs
- SerializationObjectManager.cs
- MediaElement.cs
- FontSizeConverter.cs
- RequestQueue.cs
- QuaternionValueSerializer.cs
- WebConvert.cs
- ToggleProviderWrapper.cs
- CmsInterop.cs
- OutgoingWebRequestContext.cs
- DataGridViewCellFormattingEventArgs.cs
- InvalidCommandTreeException.cs
- ConfigurationFileMap.cs
- ContractMapping.cs
- RNGCryptoServiceProvider.cs
- ObservableCollection.cs
- PeerIPHelper.cs
- GeneralTransform3D.cs
- DynamicDocumentPaginator.cs
- IIS7WorkerRequest.cs
- HttpResponseInternalWrapper.cs
- ContentIterators.cs
- EncoderReplacementFallback.cs
- SecondaryViewProvider.cs
- WorkflowRuntimeService.cs
- WebZone.cs
- XmlWriterSettings.cs
- RegexGroupCollection.cs
- GenericTextProperties.cs
- SchemaElementLookUpTable.cs
- VectorCollectionValueSerializer.cs
- AxWrapperGen.cs
- Math.cs
- RunInstallerAttribute.cs
- ConfigurationErrorsException.cs