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
- SchemaSetCompiler.cs
- DetailsViewRowCollection.cs
- OracleString.cs
- WebPartPersonalization.cs
- HttpFileCollectionWrapper.cs
- Size.cs
- Soap.cs
- RoutingConfiguration.cs
- DocComment.cs
- QilGeneratorEnv.cs
- PhoneCallDesigner.cs
- _NegoStream.cs
- SHA512CryptoServiceProvider.cs
- StructuralCache.cs
- BrushProxy.cs
- AddInBase.cs
- cryptoapiTransform.cs
- AmbientValueAttribute.cs
- Tokenizer.cs
- ListManagerBindingsCollection.cs
- XmlChildNodes.cs
- UnsafeNativeMethods.cs
- PixelFormat.cs
- Button.cs
- SearchForVirtualItemEventArgs.cs
- DataTableReaderListener.cs
- CodeNamespaceImport.cs
- IHttpResponseInternal.cs
- PageAdapter.cs
- TagElement.cs
- Int32Rect.cs
- XNodeNavigator.cs
- XmlSiteMapProvider.cs
- future.cs
- RepeatBehavior.cs
- Grammar.cs
- __ComObject.cs
- ColorTransformHelper.cs
- PerformanceCounterLib.cs
- LineServicesCallbacks.cs
- RegistrySecurity.cs
- BinaryMethodMessage.cs
- StylusPlugInCollection.cs
- GPStream.cs
- EventToken.cs
- PrintEvent.cs
- ContractMapping.cs
- Decorator.cs
- ImpersonationContext.cs
- DataContractSerializerOperationFormatter.cs
- MetadataArtifactLoaderCompositeFile.cs
- PointLight.cs
- SystemResourceKey.cs
- BamlLocalizationDictionary.cs
- HGlobalSafeHandle.cs
- SQLGuidStorage.cs
- CompilerGlobalScopeAttribute.cs
- RankException.cs
- UIElementAutomationPeer.cs
- HyperlinkAutomationPeer.cs
- Point3D.cs
- CompiledRegexRunnerFactory.cs
- DataGridViewTextBoxCell.cs
- FormatException.cs
- SystemUnicastIPAddressInformation.cs
- _SSPIWrapper.cs
- Identifier.cs
- ComMethodElement.cs
- HttpRequest.cs
- Label.cs
- Site.cs
- InstanceLockedException.cs
- XmlQueryStaticData.cs
- DataContractAttribute.cs
- DataRecordInternal.cs
- SafeHandles.cs
- WebBaseEventKeyComparer.cs
- BitmapEffectDrawingContent.cs
- XmlSerializerOperationBehavior.cs
- DataGridViewTextBoxColumn.cs
- ScriptResourceHandler.cs
- CodeGen.cs
- XmlProcessingInstruction.cs
- CreateParams.cs
- assertwrapper.cs
- ListView.cs
- DetailsViewPageEventArgs.cs
- TextMetrics.cs
- TrackingServices.cs
- XmlDigitalSignatureProcessor.cs
- PhoneCall.cs
- TrustExchangeException.cs
- CodeBinaryOperatorExpression.cs
- BrushMappingModeValidation.cs
- HttpRequest.cs
- CqlLexer.cs
- CodeEventReferenceExpression.cs
- control.ime.cs
- DesignerDataView.cs
- DocumentEventArgs.cs