Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / SchemaType.cs / 1 / 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
- BuildProviderAppliesToAttribute.cs
- SiteMap.cs
- AttributeCollection.cs
- SqlFacetAttribute.cs
- ListSortDescription.cs
- ListViewHitTestInfo.cs
- ResourceContainer.cs
- MatrixTransform.cs
- ServiceControllerDesigner.cs
- SchemaMapping.cs
- ObjectItemNoOpAssemblyLoader.cs
- HtmlLink.cs
- TabRenderer.cs
- DesignerSelectionListAdapter.cs
- SubclassTypeValidator.cs
- CustomErrorCollection.cs
- HtmlElementEventArgs.cs
- TypeDelegator.cs
- SmtpClient.cs
- Privilege.cs
- DomainConstraint.cs
- InlineCategoriesDocument.cs
- CheckBox.cs
- NamespaceDecl.cs
- WorkflowElementDialogWindow.xaml.cs
- FrameworkTextComposition.cs
- PropertyPathWorker.cs
- ScriptingProfileServiceSection.cs
- ExpressionHelper.cs
- ImpersonateTokenRef.cs
- RegexRunner.cs
- DataIdProcessor.cs
- LineGeometry.cs
- AssociatedControlConverter.cs
- _LocalDataStore.cs
- DataMisalignedException.cs
- JoinCqlBlock.cs
- UriTemplateTrieLocation.cs
- KeySpline.cs
- ItemType.cs
- RemotingConfigParser.cs
- XmlHierarchyData.cs
- FormViewCommandEventArgs.cs
- ContractCodeDomInfo.cs
- HtmlInputPassword.cs
- HtmlElementErrorEventArgs.cs
- EndOfStreamException.cs
- ByteFacetDescriptionElement.cs
- XPathPatternBuilder.cs
- APCustomTypeDescriptor.cs
- InvalidWMPVersionException.cs
- TextStore.cs
- HtmlInputCheckBox.cs
- DependencyPropertyKind.cs
- XmlSchemaImporter.cs
- ListViewDeleteEventArgs.cs
- FixedSOMPage.cs
- MessageQueueEnumerator.cs
- TextBlock.cs
- CodeDirectiveCollection.cs
- BinaryFormatterWriter.cs
- PenContexts.cs
- SqlError.cs
- safelinkcollection.cs
- UriSection.cs
- DocumentGridPage.cs
- ISessionStateStore.cs
- EventWaitHandle.cs
- SizeConverter.cs
- ApplicationServiceHelper.cs
- FileDataSourceCache.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- ResourceManager.cs
- DataBindingExpressionBuilder.cs
- SoapHeaderAttribute.cs
- User.cs
- ElementUtil.cs
- AuthorizationRule.cs
- OutputCacheSettingsSection.cs
- FlagsAttribute.cs
- Debug.cs
- TreeNodeStyleCollection.cs
- CodeTypeMemberCollection.cs
- HttpApplicationStateWrapper.cs
- ApplicationBuildProvider.cs
- ExpandSegment.cs
- SecurityMode.cs
- GuidConverter.cs
- XmlAtomicValue.cs
- ItemCheckEvent.cs
- EmptyElement.cs
- StrongTypingException.cs
- RuleSettings.cs
- UInt64Converter.cs
- Converter.cs
- SimpleMailWebEventProvider.cs
- cookie.cs
- JavascriptXmlWriterWrapper.cs
- CodeComment.cs
- StreamInfo.cs