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
- WebPartTransformerAttribute.cs
- PingReply.cs
- NotSupportedException.cs
- SpecialNameAttribute.cs
- OracleDataReader.cs
- DataBindingExpressionBuilder.cs
- PageSetupDialog.cs
- PipelineModuleStepContainer.cs
- SizeConverter.cs
- Accessible.cs
- SqlDataSourceStatusEventArgs.cs
- TextChangedEventArgs.cs
- PictureBox.cs
- EmptyTextWriter.cs
- AppSettingsReader.cs
- XmlWrappingReader.cs
- MinimizableAttributeTypeConverter.cs
- OdbcParameterCollection.cs
- Queue.cs
- DataListItemEventArgs.cs
- SafeNativeMethods.cs
- UrlParameterReader.cs
- GeometryDrawing.cs
- Annotation.cs
- VBIdentifierName.cs
- BuildResult.cs
- DesignerCatalogPartChrome.cs
- SourceElementsCollection.cs
- ColumnWidthChangingEvent.cs
- LayeredChannelFactory.cs
- TextDecorationCollection.cs
- ColumnTypeConverter.cs
- TextFormatterContext.cs
- NativeRecognizer.cs
- InputLangChangeRequestEvent.cs
- DataObjectEventArgs.cs
- KeyGestureConverter.cs
- SafeMarshalContext.cs
- Variant.cs
- StringToken.cs
- XmlAtomicValue.cs
- DurableEnlistmentState.cs
- AutomationElement.cs
- SessionPageStatePersister.cs
- _FtpControlStream.cs
- ClientEndpointLoader.cs
- ThreadPool.cs
- XmlAttributes.cs
- TablePattern.cs
- ImageKeyConverter.cs
- FixedHighlight.cs
- FragmentNavigationEventArgs.cs
- StringResourceManager.cs
- LiteralControl.cs
- ClosableStream.cs
- SamlSecurityToken.cs
- IRCollection.cs
- ProvideValueServiceProvider.cs
- CollectionTraceRecord.cs
- AggregationMinMaxHelpers.cs
- HMACSHA512.cs
- MessageBodyDescription.cs
- CaseInsensitiveComparer.cs
- CompatibleComparer.cs
- HtmlTernaryTree.cs
- ScrollContentPresenter.cs
- TakeQueryOptionExpression.cs
- ConfigurationElement.cs
- StatusBarItemAutomationPeer.cs
- ExcludeFromCodeCoverageAttribute.cs
- QueryRewriter.cs
- CacheEntry.cs
- PropertyKey.cs
- CleanUpVirtualizedItemEventArgs.cs
- ActivitySurrogateSelector.cs
- NavigationWindow.cs
- ScrollBarAutomationPeer.cs
- LocalizableResourceBuilder.cs
- DocumentEventArgs.cs
- SecurityTokenValidationException.cs
- StackSpiller.Generated.cs
- DelegateSerializationHolder.cs
- DeferredReference.cs
- Debug.cs
- DictionaryContent.cs
- ToolStripScrollButton.cs
- PassportPrincipal.cs
- MemberRelationshipService.cs
- AnchorEditor.cs
- InvalidComObjectException.cs
- UnsafeCollabNativeMethods.cs
- ScalarType.cs
- WindowsFormsHelpers.cs
- TreeNodeCollection.cs
- SqlDataSourceView.cs
- FillErrorEventArgs.cs
- KeyedCollection.cs
- OleDbDataReader.cs
- DataPagerField.cs
- SingleStorage.cs