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
- StringFreezingAttribute.cs
- CultureInfo.cs
- XamlBrushSerializer.cs
- StylusPointCollection.cs
- EncodingFallbackAwareXmlTextWriter.cs
- OdbcHandle.cs
- ReflectPropertyDescriptor.cs
- ToolStripScrollButton.cs
- ApplicationDirectory.cs
- __FastResourceComparer.cs
- FormatterConverter.cs
- RenderingEventArgs.cs
- NetCodeGroup.cs
- BinaryObjectInfo.cs
- OpenTypeLayout.cs
- TextFindEngine.cs
- UmAlQuraCalendar.cs
- BitmapCodecInfo.cs
- DataGridAutoFormatDialog.cs
- UserNamePasswordValidationMode.cs
- Expander.cs
- RecommendedAsConfigurableAttribute.cs
- Font.cs
- HttpFileCollectionBase.cs
- OledbConnectionStringbuilder.cs
- Line.cs
- URLIdentityPermission.cs
- TrackingWorkflowEventArgs.cs
- DefaultPropertyAttribute.cs
- TemplateBindingExpressionConverter.cs
- Size3D.cs
- MailMessageEventArgs.cs
- Grid.cs
- TextEffect.cs
- ColorComboBox.cs
- WinCategoryAttribute.cs
- Rotation3DAnimation.cs
- TTSEngineProxy.cs
- XNodeNavigator.cs
- NameValueConfigurationElement.cs
- WebContext.cs
- ContextMenuService.cs
- MultilineStringEditor.cs
- AccessKeyManager.cs
- OrderedDictionaryStateHelper.cs
- ThreadStateException.cs
- TextBlockAutomationPeer.cs
- ProvidersHelper.cs
- _NegoStream.cs
- Asn1IntegerConverter.cs
- StoreContentChangedEventArgs.cs
- SequenceDesigner.cs
- OracleException.cs
- ReadOnlyCollection.cs
- ChangeConflicts.cs
- Speller.cs
- TextMarkerSource.cs
- KeyTimeConverter.cs
- Rfc2898DeriveBytes.cs
- FrameworkContextData.cs
- SvcMapFileLoader.cs
- FontSource.cs
- ComponentResourceKey.cs
- FileDataSourceCache.cs
- DynamicQueryableWrapper.cs
- ToolBar.cs
- DataSourceHelper.cs
- XmlChildNodes.cs
- ObjectNotFoundException.cs
- DataControlField.cs
- WbmpConverter.cs
- TextEvent.cs
- ResourceManager.cs
- RightsManagementEncryptionTransform.cs
- AddDataControlFieldDialog.cs
- JsonFormatGeneratorStatics.cs
- SkinBuilder.cs
- COM2FontConverter.cs
- Italic.cs
- DataReaderContainer.cs
- WebPartAuthorizationEventArgs.cs
- OutputCacheProfileCollection.cs
- FormViewUpdatedEventArgs.cs
- TextParagraphProperties.cs
- EventHandlersStore.cs
- SqlUtils.cs
- SubMenuStyleCollection.cs
- TimelineCollection.cs
- WebPartExportVerb.cs
- TextContainerChangeEventArgs.cs
- RegexWorker.cs
- FixedSOMTableRow.cs
- UpWmlMobileTextWriter.cs
- Wizard.cs
- ApplicationInfo.cs
- DefaultExpressionVisitor.cs
- Help.cs
- ToolboxItemImageConverter.cs
- HttpContext.cs
- IssuanceLicense.cs