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
- NotifyIcon.cs
- NotifyCollectionChangedEventArgs.cs
- CharAnimationBase.cs
- RectangleGeometry.cs
- WebBrowserDocumentCompletedEventHandler.cs
- OleDbPermission.cs
- ContainerUIElement3D.cs
- TimeIntervalCollection.cs
- NavigationFailedEventArgs.cs
- GeneralTransform3DCollection.cs
- JsonFormatWriterGenerator.cs
- RMEnrollmentPage3.cs
- Int32Converter.cs
- MemberListBinding.cs
- CodeAttributeArgument.cs
- Error.cs
- RuleAttributes.cs
- TagMapInfo.cs
- XmlElement.cs
- PageThemeCodeDomTreeGenerator.cs
- ContextMenu.cs
- RelationshipConverter.cs
- ZipIOLocalFileDataDescriptor.cs
- MSG.cs
- MetadataArtifactLoaderCompositeFile.cs
- TransformGroup.cs
- TdsRecordBufferSetter.cs
- ProviderCollection.cs
- ValueType.cs
- ObjectParameter.cs
- CellTreeNodeVisitors.cs
- X509PeerCertificateElement.cs
- HyperLinkStyle.cs
- ReplacementText.cs
- DictionaryTraceRecord.cs
- DataSourceHelper.cs
- VirtualDirectoryMappingCollection.cs
- PersonalizationEntry.cs
- FontDialog.cs
- BaseHashHelper.cs
- EntryPointNotFoundException.cs
- HtmlTextArea.cs
- InstanceKeyNotReadyException.cs
- ETagAttribute.cs
- ObjectIDGenerator.cs
- HtmlInputButton.cs
- TextEndOfParagraph.cs
- HandlerBase.cs
- DeflateInput.cs
- BindingManagerDataErrorEventArgs.cs
- Property.cs
- path.cs
- InvalidateEvent.cs
- DetailsViewRowCollection.cs
- BindingBase.cs
- Selector.cs
- Typeface.cs
- MULTI_QI.cs
- PeerNodeAddress.cs
- TimeSpanValidatorAttribute.cs
- NotifyIcon.cs
- ListItemViewAttribute.cs
- Win32KeyboardDevice.cs
- EncoderParameter.cs
- Stream.cs
- ServiceErrorHandler.cs
- complextypematerializer.cs
- ControlBuilderAttribute.cs
- RenameRuleObjectDialog.cs
- CommandLibraryHelper.cs
- EventSinkActivityDesigner.cs
- ProcessModuleCollection.cs
- RemotingServices.cs
- ListBoxItemWrapperAutomationPeer.cs
- ServerValidateEventArgs.cs
- CheckPair.cs
- PopupControlService.cs
- Debug.cs
- Component.cs
- FixedSOMTable.cs
- DataRelationCollection.cs
- PtsHost.cs
- sqlcontext.cs
- XmlEntity.cs
- PersonalizationStateQuery.cs
- GZipDecoder.cs
- WinInetCache.cs
- DefaultTextStoreTextComposition.cs
- TreeViewImageIndexConverter.cs
- WebPartVerbsEventArgs.cs
- TypedDataSetSchemaImporterExtension.cs
- SwitchLevelAttribute.cs
- DockAndAnchorLayout.cs
- ScriptServiceAttribute.cs
- WorkflowService.cs
- WsatConfiguration.cs
- MimeMultiPart.cs
- LoginName.cs
- GPPOINTF.cs
- UiaCoreTypesApi.cs