Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / SchemaType.cs / 2 / SchemaType.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.Xml; using System.Data; namespace System.Data.EntityModel.SchemaObjectModel { ////// Summary description for SchemaType. /// internal abstract class SchemaType : SchemaElement { #region Public Properties ////// Gets the Namespace that this type is in. /// ///public string Namespace { get { return Schema.Namespace; } } /// /// /// public override string Identity { get { return Namespace + "." + Name; } } ////// /// public override string FQName { get { return Namespace + "." + Name; } } #endregion #region Protected Methods ////// /// /// internal SchemaType(Schema parentElement) : base(parentElement) { } #endregion } } // 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.Xml; using System.Data; namespace System.Data.EntityModel.SchemaObjectModel { ////// Summary description for SchemaType. /// internal abstract class SchemaType : SchemaElement { #region Public Properties ////// Gets the Namespace that this type is in. /// ///public string Namespace { get { return Schema.Namespace; } } /// /// /// public override string Identity { get { return Namespace + "." + Name; } } ////// /// public override string FQName { get { return Namespace + "." + Name; } } #endregion #region Protected Methods ////// /// /// internal SchemaType(Schema parentElement) : base(parentElement) { } #endregion } } // 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
- CaseExpr.cs
- LocatorPartList.cs
- TextTreeFixupNode.cs
- ConfigXmlDocument.cs
- TrackBarRenderer.cs
- IndexedString.cs
- FixedTextPointer.cs
- Schema.cs
- EventPropertyMap.cs
- WaitHandleCannotBeOpenedException.cs
- GeneralTransform3D.cs
- ClientUtils.cs
- DataObjectEventArgs.cs
- TreeViewBindingsEditorForm.cs
- MasterPageBuildProvider.cs
- StorageComplexPropertyMapping.cs
- RelationshipWrapper.cs
- XmlQuerySequence.cs
- UriParserTemplates.cs
- Transform.cs
- XPathNodeList.cs
- HttpRawResponse.cs
- AudioFormatConverter.cs
- EdgeProfileValidation.cs
- SocketCache.cs
- CodeTypeMemberCollection.cs
- UpDownBase.cs
- RoutedCommand.cs
- FrameworkElementAutomationPeer.cs
- NavigationProperty.cs
- MonikerSyntaxException.cs
- ActivityCodeGenerator.cs
- ipaddressinformationcollection.cs
- BinaryConverter.cs
- SafeEventLogWriteHandle.cs
- SqlCommand.cs
- Encoder.cs
- InnerItemCollectionView.cs
- CodeLinePragma.cs
- TransformPattern.cs
- SpeechUI.cs
- RangeValuePattern.cs
- AppLevelCompilationSectionCache.cs
- ExponentialEase.cs
- MultiView.cs
- TranslateTransform3D.cs
- XmlDataContract.cs
- SoapHeader.cs
- TabItem.cs
- NativeMethods.cs
- TransferRequestHandler.cs
- FileLevelControlBuilderAttribute.cs
- RadioButtonFlatAdapter.cs
- ImplicitInputBrush.cs
- GreenMethods.cs
- PointLight.cs
- XPathScanner.cs
- VisualTreeHelper.cs
- SafeFindHandle.cs
- LocatorManager.cs
- SHA1Cng.cs
- IPHostEntry.cs
- MaskedTextBox.cs
- PowerModeChangedEventArgs.cs
- DataListItemEventArgs.cs
- CollectionContainer.cs
- XamlTemplateSerializer.cs
- KeyboardDevice.cs
- AppDomainManager.cs
- WebException.cs
- CompiledQuery.cs
- CapabilitiesUse.cs
- PageTheme.cs
- InvokeBinder.cs
- PrivateFontCollection.cs
- InternalBase.cs
- BufferAllocator.cs
- ProxyWebPartConnectionCollection.cs
- RightsManagementEncryptedStream.cs
- DetailsViewDeletedEventArgs.cs
- Vector3DIndependentAnimationStorage.cs
- Compiler.cs
- SiteMapHierarchicalDataSourceView.cs
- TimeoutTimer.cs
- CodeCatchClause.cs
- Accessible.cs
- MetabaseServerConfig.cs
- CallInfo.cs
- BevelBitmapEffect.cs
- CalendarDay.cs
- SQLDecimal.cs
- ClientUtils.cs
- ImageListStreamer.cs
- Timer.cs
- Events.cs
- SmtpClient.cs
- RelatedView.cs
- CodeGenerator.cs
- CookieParameter.cs
- EmptyEnumerable.cs