Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / ModelFunctionTypeElement.cs / 1305376 / ModelFunctionTypeElement.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using Som = System.Data.EntityModel.SchemaObjectModel; using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Globalization; using System.Xml; using System.Xml.Schema; using System.Data; using System.IO; using System.Data.Metadata.Edm; using System.Data.Entity; using System.Text; namespace System.Data.EntityModel.SchemaObjectModel { abstract class ModelFunctionTypeElement : FacetEnabledSchemaElement { protected TypeUsage _typeUsage = null; internal ModelFunctionTypeElement(SchemaElement parentElement) : base(parentElement) { _typeUsageBuilder = new TypeUsageBuilder(this); } internal abstract void WriteIdentity(StringBuilder builder); internal abstract TypeUsage GetTypeUsage(); internal abstract bool ResolveNameAndSetTypeUsage(Converter.ConversionCache convertedItemCache, DictionarynewGlobalItems); } } // 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
- HtmlInputButton.cs
- Command.cs
- CombinedGeometry.cs
- EditorZoneBase.cs
- AssertFilter.cs
- Vector3DAnimationUsingKeyFrames.cs
- WpfKnownMemberInvoker.cs
- TableSectionStyle.cs
- PriorityRange.cs
- XPathEmptyIterator.cs
- DataTableExtensions.cs
- FontInfo.cs
- _OverlappedAsyncResult.cs
- ReadOnlyDataSource.cs
- AspCompat.cs
- Base64Decoder.cs
- TransformProviderWrapper.cs
- ReversePositionQuery.cs
- DescendentsWalkerBase.cs
- NativeCppClassAttribute.cs
- FontStretchConverter.cs
- EntityDescriptor.cs
- AtomContentProperty.cs
- MailDefinition.cs
- ControlLocalizer.cs
- keycontainerpermission.cs
- ManipulationDevice.cs
- BitmapEffectInputConnector.cs
- NativeMethods.cs
- VectorAnimationUsingKeyFrames.cs
- LocalizabilityAttribute.cs
- DataGridViewRowPrePaintEventArgs.cs
- ErrorHandler.cs
- DataBindingCollection.cs
- SQLBytes.cs
- GeometryCollection.cs
- RoleManagerSection.cs
- ComponentDispatcher.cs
- ProfileModule.cs
- ClrProviderManifest.cs
- x509store.cs
- DocumentApplicationJournalEntry.cs
- AvTraceFormat.cs
- ConnectionStringSettings.cs
- PlaceHolder.cs
- ControlBindingsConverter.cs
- FileDialog.cs
- MessageLoggingFilterTraceRecord.cs
- ListBoxItemAutomationPeer.cs
- StylusPointPropertyUnit.cs
- BitmapEffectDrawingContent.cs
- GridViewColumnHeaderAutomationPeer.cs
- SessionViewState.cs
- IntPtr.cs
- CacheForPrimitiveTypes.cs
- SoapAttributeOverrides.cs
- XmlLanguageConverter.cs
- PolicyImporterElement.cs
- OleDbConnection.cs
- BuildManagerHost.cs
- Clipboard.cs
- ClockController.cs
- TimeoutValidationAttribute.cs
- followingquery.cs
- GetIndexBinder.cs
- SelectedDatesCollection.cs
- DocumentViewerBaseAutomationPeer.cs
- HitTestFilterBehavior.cs
- ThicknessAnimation.cs
- RoleManagerEventArgs.cs
- CompilationUnit.cs
- DataGridSortCommandEventArgs.cs
- XPathNodePointer.cs
- MembershipUser.cs
- SafeTokenHandle.cs
- HttpConfigurationContext.cs
- DataControlFieldCell.cs
- SynchronizedChannelCollection.cs
- UniqueIdentifierService.cs
- GridViewDeleteEventArgs.cs
- ConfigXmlDocument.cs
- serverconfig.cs
- GeneralTransform2DTo3D.cs
- SiteMapSection.cs
- WebPartRestoreVerb.cs
- RawStylusInputCustomData.cs
- Module.cs
- Calendar.cs
- ExpressionEditorAttribute.cs
- DataGridViewRowHeaderCell.cs
- ControlEvent.cs
- TableLayoutPanel.cs
- SoapInteropTypes.cs
- SqlGenerator.cs
- Registry.cs
- HttpClientChannel.cs
- TextElementCollectionHelper.cs
- ViewStateModeByIdAttribute.cs
- WebPartAuthorizationEventArgs.cs
- BackStopAuthenticationModule.cs