Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / Property.cs / 1 / Property.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Xml; using System.Data; using System.Data.Metadata.Edm; using System.Reflection; using System.IO; using System.Globalization; namespace System.Data.EntityModel.SchemaObjectModel { internal abstract class Property : SchemaElement { ////// Creates a Property object /// /// The parent element internal Property(StructuredType parentElement) : base(parentElement) { } ////// Gets the Type of the property /// public abstract SchemaType Type { get;} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Xml; using System.Data; using System.Data.Metadata.Edm; using System.Reflection; using System.IO; using System.Globalization; namespace System.Data.EntityModel.SchemaObjectModel { internal abstract class Property : SchemaElement { ////// Creates a Property object /// /// The parent element internal Property(StructuredType parentElement) : base(parentElement) { } ////// Gets the Type of the property /// public abstract SchemaType Type { get;} } } // 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
- SplitterPanel.cs
- DiagnosticTraceSource.cs
- BinHexEncoding.cs
- RegexRunnerFactory.cs
- GridViewColumnHeader.cs
- PingOptions.cs
- WebBaseEventKeyComparer.cs
- BindingExpression.cs
- Substitution.cs
- RequestCacheValidator.cs
- IMembershipProvider.cs
- HttpListenerException.cs
- HttpResponseBase.cs
- EventEntry.cs
- SiteMapDataSourceView.cs
- XmlDataCollection.cs
- AssociationProvider.cs
- ScriptResourceHandler.cs
- InputLanguageManager.cs
- NavigatorInput.cs
- VBIdentifierName.cs
- DataListCommandEventArgs.cs
- RootAction.cs
- wgx_sdk_version.cs
- CodeMethodInvokeExpression.cs
- PKCS1MaskGenerationMethod.cs
- WSSecurityPolicy.cs
- IncrementalReadDecoders.cs
- indexingfiltermarshaler.cs
- HostingEnvironment.cs
- SoapCommonClasses.cs
- CharAnimationBase.cs
- SafeCryptoHandles.cs
- WorkflowDesignerMessageFilter.cs
- StorageRoot.cs
- FamilyTypeface.cs
- MergeFailedEvent.cs
- FollowerQueueCreator.cs
- PrintEvent.cs
- ObjectToIdCache.cs
- COM2ICategorizePropertiesHandler.cs
- PropagationProtocolsTracing.cs
- Span.cs
- Model3DCollection.cs
- TemplateBindingExtensionConverter.cs
- mediaclock.cs
- SchemaCollectionPreprocessor.cs
- PreloadedPackages.cs
- EntityCommandCompilationException.cs
- ChangePasswordDesigner.cs
- LocatorManager.cs
- System.Data_BID.cs
- BoundPropertyEntry.cs
- SizeConverter.cs
- TypeEnumerableViewSchema.cs
- WeakRefEnumerator.cs
- DropShadowBitmapEffect.cs
- AmbiguousMatchException.cs
- EndpointBehaviorElement.cs
- Evaluator.cs
- Delegate.cs
- DispatcherProcessingDisabled.cs
- GetImportFileNameRequest.cs
- LogLogRecordHeader.cs
- ECDsaCng.cs
- RotateTransform.cs
- UrlPath.cs
- SpecularMaterial.cs
- HttpHeaderCollection.cs
- recordstatescratchpad.cs
- DataExpression.cs
- MaterialGroup.cs
- PageThemeCodeDomTreeGenerator.cs
- ListViewDataItem.cs
- TransportManager.cs
- XmlHelper.cs
- IResourceProvider.cs
- StringSorter.cs
- RestHandlerFactory.cs
- Logging.cs
- DesignerActionUIService.cs
- CqlQuery.cs
- XmlHelper.cs
- CFGGrammar.cs
- XdrBuilder.cs
- ImpersonationContext.cs
- CatalogPartChrome.cs
- StrokeIntersection.cs
- BuilderPropertyEntry.cs
- OpCodes.cs
- JsonReaderDelegator.cs
- SortKey.cs
- LoadRetryAsyncResult.cs
- FileNotFoundException.cs
- RoleService.cs
- MdiWindowListStrip.cs
- RoleProviderPrincipal.cs
- commandenforcer.cs
- MemberPath.cs
- ZipPackagePart.cs