Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / Property.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PublisherMembershipCondition.cs
- SerializerProvider.cs
- TreeViewAutomationPeer.cs
- UniqueEventHelper.cs
- GetWorkflowTree.cs
- EmptyStringExpandableObjectConverter.cs
- ComponentSerializationService.cs
- DecimalAnimationUsingKeyFrames.cs
- DataGridViewTopLeftHeaderCell.cs
- _Win32.cs
- ThreadExceptionEvent.cs
- CaseInsensitiveOrdinalStringComparer.cs
- RecognizedPhrase.cs
- PrinterSettings.cs
- OutputWindow.cs
- BasicViewGenerator.cs
- DocComment.cs
- DesignerDeviceConfig.cs
- AutomationIdentifier.cs
- Image.cs
- TextRangeBase.cs
- objectquery_tresulttype.cs
- Publisher.cs
- MatchingStyle.cs
- Transform3DCollection.cs
- securestring.cs
- RegexWriter.cs
- SoapHeaderAttribute.cs
- ErrorWebPart.cs
- ParallelLoopState.cs
- XPathDocumentNavigator.cs
- TextRenderer.cs
- RegexReplacement.cs
- SHA384.cs
- Expander.cs
- Win32MouseDevice.cs
- LookupBindingPropertiesAttribute.cs
- Margins.cs
- ProcessThreadCollection.cs
- SendMessageChannelCache.cs
- CompositeFontInfo.cs
- PreloadHost.cs
- CodeAccessPermission.cs
- PageAsyncTaskManager.cs
- MsdtcWrapper.cs
- ByteStream.cs
- Base64Encoding.cs
- Parsers.cs
- TCPListener.cs
- EventProxy.cs
- odbcmetadatacollectionnames.cs
- SystemIcmpV6Statistics.cs
- UrlUtility.cs
- HostedHttpContext.cs
- Menu.cs
- RepeaterDesigner.cs
- SingleTagSectionHandler.cs
- ApplicationServicesHostFactory.cs
- DataGridViewColumnConverter.cs
- _ScatterGatherBuffers.cs
- DifferencingCollection.cs
- TablePatternIdentifiers.cs
- PreProcessInputEventArgs.cs
- XamlGridLengthSerializer.cs
- FormsAuthenticationTicket.cs
- ScriptingRoleServiceSection.cs
- PropertyFilter.cs
- AttributeCollection.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- SafeEventHandle.cs
- Queue.cs
- ResourcePart.cs
- TraceHandler.cs
- InstanceDataCollectionCollection.cs
- RichTextBoxDesigner.cs
- WeakReferenceKey.cs
- SubqueryRules.cs
- RuleInfoComparer.cs
- ObjRef.cs
- RegexBoyerMoore.cs
- SynchronousReceiveElement.cs
- RuntimeConfigurationRecord.cs
- RangeBaseAutomationPeer.cs
- Events.cs
- PropertyKey.cs
- HttpDictionary.cs
- URLAttribute.cs
- SafeProcessHandle.cs
- XPathNavigator.cs
- NestedContainer.cs
- TextParentUndoUnit.cs
- SourceElementsCollection.cs
- ImageMapEventArgs.cs
- PackageRelationship.cs
- SponsorHelper.cs
- DetailsViewActionList.cs
- HtmlElementCollection.cs
- RemoveFromCollection.cs
- Choices.cs
- DBPropSet.cs