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
- UrlAuthorizationModule.cs
- QueryParameter.cs
- JsonDataContract.cs
- PageContent.cs
- PnrpPermission.cs
- ToggleProviderWrapper.cs
- QueryStatement.cs
- NativeObjectSecurity.cs
- IsolatedStorageFileStream.cs
- SemanticValue.cs
- XmlSchemaSet.cs
- TabPage.cs
- _Rfc2616CacheValidators.cs
- Helper.cs
- SchemaImporterExtensionsSection.cs
- TableCellCollection.cs
- StrokeFIndices.cs
- AsyncOperation.cs
- ObjectTokenCategory.cs
- Array.cs
- TemplateBindingExtension.cs
- ListBox.cs
- Module.cs
- BasicViewGenerator.cs
- OracleParameterBinding.cs
- InstallerTypeAttribute.cs
- SizeChangedEventArgs.cs
- AdornerPresentationContext.cs
- DateTimeAutomationPeer.cs
- TextDecorationCollectionConverter.cs
- RuntimeConfigurationRecord.cs
- MobileUserControl.cs
- SimpleHandlerBuildProvider.cs
- SqlWorkflowInstanceStore.cs
- HostUtils.cs
- BinaryReader.cs
- LocalValueEnumerator.cs
- XmlHierarchicalDataSourceView.cs
- Int16.cs
- DataBindingList.cs
- DataGridViewCellPaintingEventArgs.cs
- FormatterServices.cs
- SchemaNotation.cs
- BoundField.cs
- WsatServiceAddress.cs
- UnsafePeerToPeerMethods.cs
- SortKey.cs
- ServiceDescription.cs
- SqlVisitor.cs
- CodeExpressionCollection.cs
- _Win32.cs
- TextRangeEditLists.cs
- ResourcePart.cs
- InplaceBitmapMetadataWriter.cs
- RelationshipEndMember.cs
- OlePropertyStructs.cs
- ResponseStream.cs
- CodeThrowExceptionStatement.cs
- WorkflowApplicationCompletedEventArgs.cs
- SerializationAttributes.cs
- FormViewModeEventArgs.cs
- FixedPage.cs
- DbCommandDefinition.cs
- EmissiveMaterial.cs
- ViewBox.cs
- ValidationHelper.cs
- CultureData.cs
- ReceiveReply.cs
- ImplicitInputBrush.cs
- itemelement.cs
- WindowsListViewGroupSubsetLink.cs
- SqlBuffer.cs
- UniqueTransportManagerRegistration.cs
- DesignTimeTemplateParser.cs
- GeometryModel3D.cs
- TypeNameConverter.cs
- FactoryMaker.cs
- RuleDefinitions.cs
- EventHandlers.cs
- UserPersonalizationStateInfo.cs
- XmlSchemaException.cs
- HashRepartitionStream.cs
- TrackBarRenderer.cs
- MenuAutomationPeer.cs
- TextTreeUndo.cs
- SwitchElementsCollection.cs
- BamlLocalizableResource.cs
- TriggerActionCollection.cs
- SafeHandles.cs
- ValidationRuleCollection.cs
- DesignerView.xaml.cs
- TextWriterEngine.cs
- XMLUtil.cs
- ProtocolElementCollection.cs
- SearchForVirtualItemEventArgs.cs
- VectorAnimation.cs
- EncodingNLS.cs
- MemberListBinding.cs
- GrabHandleGlyph.cs
- ChannelTraceRecord.cs