Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / SchemaType.cs / 1305376 / 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
- XdrBuilder.cs
- Delegate.cs
- C14NUtil.cs
- TreeViewBindingsEditor.cs
- TypeSystem.cs
- HtmlForm.cs
- NetworkCredential.cs
- Types.cs
- Hex.cs
- EntityDataSourceConfigureObjectContext.cs
- PointCollection.cs
- HttpRequestCacheValidator.cs
- SafeFindHandle.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- ExpandCollapseProviderWrapper.cs
- XmlTextReaderImpl.cs
- FormatException.cs
- ToolTip.cs
- GetCryptoTransformRequest.cs
- JoinCqlBlock.cs
- GreenMethods.cs
- Stack.cs
- CachedPathData.cs
- GridViewColumnCollection.cs
- TraceHwndHost.cs
- InitializationEventAttribute.cs
- DescendentsWalkerBase.cs
- MaterialGroup.cs
- FunctionImportElement.cs
- SuppressIldasmAttribute.cs
- StringDictionary.cs
- EqualityComparer.cs
- QuaternionIndependentAnimationStorage.cs
- XmlValueConverter.cs
- DbLambda.cs
- SR.Designer.cs
- PeerNearMe.cs
- DiscoveryInnerClientAdhoc11.cs
- DetailsViewInsertedEventArgs.cs
- XmlValueConverter.cs
- QueryActivatableWorkflowsCommand.cs
- DBCSCodePageEncoding.cs
- Peer.cs
- ColumnResizeAdorner.cs
- TagPrefixAttribute.cs
- WebException.cs
- HtmlGenericControl.cs
- BaseParagraph.cs
- BrowserCapabilitiesFactory.cs
- AttachInfo.cs
- SchemaEntity.cs
- SafePointer.cs
- SafeFileMappingHandle.cs
- DispatcherHookEventArgs.cs
- ExpressionPrefixAttribute.cs
- HashHelper.cs
- ToolboxComponentsCreatingEventArgs.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- WorkflowLayouts.cs
- ErrorHandlerFaultInfo.cs
- RoleServiceManager.cs
- FixedBufferAttribute.cs
- WasEndpointConfigContainer.cs
- ProofTokenCryptoHandle.cs
- CalculatedColumn.cs
- HostProtectionException.cs
- Vector3DCollectionValueSerializer.cs
- BaseTemplateParser.cs
- ContextItemManager.cs
- MultiSelectRootGridEntry.cs
- HttpClientCertificate.cs
- ResourcePool.cs
- ReversePositionQuery.cs
- HttpProfileGroupBase.cs
- SoapHeaders.cs
- XmlDocumentSerializer.cs
- SchemeSettingElementCollection.cs
- DefinitionUpdate.cs
- SamlNameIdentifierClaimResource.cs
- TargetControlTypeAttribute.cs
- HttpBufferlessInputStream.cs
- RectConverter.cs
- TrackingExtract.cs
- PassportAuthentication.cs
- MemberMemberBinding.cs
- SqlExpressionNullability.cs
- sqlstateclientmanager.cs
- panel.cs
- AccessDataSourceView.cs
- GenerateScriptTypeAttribute.cs
- EdmFunctions.cs
- RadioButtonStandardAdapter.cs
- WhitespaceRule.cs
- EventBuilder.cs
- FtpCachePolicyElement.cs
- HttpCacheParams.cs
- CanExecuteRoutedEventArgs.cs
- PropertyGeneratedEventArgs.cs
- CancelAsyncOperationRequest.cs
- TableLayoutColumnStyleCollection.cs