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
- CodeCommentStatementCollection.cs
- TypeConverter.cs
- XamlContextStack.cs
- SharedStatics.cs
- XmlCharCheckingReader.cs
- SiblingIterators.cs
- CustomErrorsSection.cs
- SettingsPropertyCollection.cs
- Quaternion.cs
- ExpressionParser.cs
- SwitchLevelAttribute.cs
- PackageRelationship.cs
- WindowsSpinner.cs
- ScriptControlDescriptor.cs
- XpsDigitalSignature.cs
- ComponentEditorForm.cs
- PeerChannelFactory.cs
- _Connection.cs
- ProgressBar.cs
- ConfigurationManagerInternal.cs
- InvalidPrinterException.cs
- RSACryptoServiceProvider.cs
- CodeTypeDeclarationCollection.cs
- AccessDataSourceWizardForm.cs
- ViewStateModeByIdAttribute.cs
- MetadataHelper.cs
- Switch.cs
- HttpModuleAction.cs
- SafeNativeMethods.cs
- Pen.cs
- ShellProvider.cs
- LinkTarget.cs
- HTMLTagNameToTypeMapper.cs
- Quad.cs
- ListViewCancelEventArgs.cs
- OleDbParameterCollection.cs
- Utility.cs
- DataGridViewColumn.cs
- xdrvalidator.cs
- SchemaCollectionCompiler.cs
- ExpressionConverter.cs
- RightsDocument.cs
- Form.cs
- Semaphore.cs
- BitmapSourceSafeMILHandle.cs
- OrderedEnumerableRowCollection.cs
- EntityContainerEntitySet.cs
- StringResourceManager.cs
- DataGridTableStyleMappingNameEditor.cs
- Decoder.cs
- WebPageTraceListener.cs
- BaseTemplateParser.cs
- RandomNumberGenerator.cs
- QueryParameter.cs
- LinkButton.cs
- RSAPKCS1SignatureDeformatter.cs
- OutputCache.cs
- FileDialog_Vista.cs
- ScrollData.cs
- SelectionProviderWrapper.cs
- MetadataArtifactLoaderComposite.cs
- Vector3D.cs
- DoubleLinkListEnumerator.cs
- COM2Properties.cs
- PerformanceCounterLib.cs
- DiscoveryServiceExtension.cs
- UpDownEvent.cs
- JoinCqlBlock.cs
- ExceptionUtil.cs
- SettingsProviderCollection.cs
- Pipe.cs
- FlowchartSizeFeature.cs
- MailBnfHelper.cs
- EnvelopedPkcs7.cs
- BitmapData.cs
- CachedFontFamily.cs
- Menu.cs
- SeverityFilter.cs
- SudsWriter.cs
- Comparer.cs
- ResourcePool.cs
- SQLMoneyStorage.cs
- PolyLineSegment.cs
- Condition.cs
- BrowserDefinition.cs
- EdgeProfileValidation.cs
- TcpChannelHelper.cs
- EdmEntityTypeAttribute.cs
- LayeredChannelListener.cs
- AsyncStreamReader.cs
- Column.cs
- Attributes.cs
- ConfigurationLocationCollection.cs
- WebPartZoneDesigner.cs
- DataStreamFromComStream.cs
- Style.cs
- ReferentialConstraint.cs
- TextServicesCompartment.cs
- DataColumnCollection.cs
- ClientProxyGenerator.cs