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
- XslAst.cs
- ResolveNameEventArgs.cs
- MgmtConfigurationRecord.cs
- BinaryWriter.cs
- NullableFloatAverageAggregationOperator.cs
- ResourceAssociationType.cs
- NavigationCommands.cs
- Msmq4SubqueuePoisonHandler.cs
- SystemResourceHost.cs
- ErrorWebPart.cs
- HMAC.cs
- ParameterToken.cs
- PauseStoryboard.cs
- DockProviderWrapper.cs
- ByeOperationCD1AsyncResult.cs
- SqlInternalConnection.cs
- MediaScriptCommandRoutedEventArgs.cs
- ExpressionWriter.cs
- EncoderBestFitFallback.cs
- PointConverter.cs
- SessionEndingEventArgs.cs
- PropertyMetadata.cs
- IriParsingElement.cs
- CompositeActivityTypeDescriptorProvider.cs
- BStrWrapper.cs
- OdbcDataReader.cs
- MappingItemCollection.cs
- XmlTextReaderImpl.cs
- PhotoPrintingIntent.cs
- CachedCompositeFamily.cs
- DeploymentExceptionMapper.cs
- EntityContainer.cs
- SafeRsaProviderHandle.cs
- SemanticResultValue.cs
- Mutex.cs
- MetadataUtilsSmi.cs
- ReflectionTypeLoadException.cs
- DataGridTableCollection.cs
- DataGridViewDataConnection.cs
- ToolStripSplitButton.cs
- DataGridRelationshipRow.cs
- StringFreezingAttribute.cs
- InternalPermissions.cs
- connectionpool.cs
- WsatProxy.cs
- PassportIdentity.cs
- HostingEnvironmentException.cs
- ListViewCommandEventArgs.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- ComponentConverter.cs
- ShaperBuffers.cs
- GregorianCalendar.cs
- WhitespaceRuleLookup.cs
- WinFormsUtils.cs
- RuleCache.cs
- SafePEFileHandle.cs
- uribuilder.cs
- PropertyReference.cs
- CopyOnWriteList.cs
- LoginView.cs
- InputMethodStateTypeInfo.cs
- Image.cs
- PeerEndPoint.cs
- ThreadTrace.cs
- XhtmlTextWriter.cs
- SignatureHelper.cs
- Msec.cs
- UserPersonalizationStateInfo.cs
- ResolveNameEventArgs.cs
- InstanceCreationEditor.cs
- ProbeDuplex11AsyncResult.cs
- PrivateFontCollection.cs
- RowCache.cs
- PhysicalOps.cs
- DataGridRow.cs
- ComponentRenameEvent.cs
- NavigationFailedEventArgs.cs
- SafeNativeMethodsMilCoreApi.cs
- ClientUriBehavior.cs
- Application.cs
- ColorAnimationBase.cs
- SemanticBasicElement.cs
- UnsafeNativeMethods.cs
- BindingExpressionBase.cs
- FormatterServices.cs
- UnitySerializationHolder.cs
- MarkupWriter.cs
- UnsafeNativeMethods.cs
- SerializerProvider.cs
- ListenerConstants.cs
- VirtualPathData.cs
- SolidColorBrush.cs
- ProfileParameter.cs
- ToolStrip.cs
- ArcSegment.cs
- WmpBitmapDecoder.cs
- QuaternionValueSerializer.cs
- GeneralTransform3DTo2DTo3D.cs
- IncrementalHitTester.cs
- TypeConstant.cs