Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Metadata / Edm / SimpleType.cs / 1305376 / SimpleType.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; namespace System.Data.Metadata.Edm { ////// Class representing a simple type /// public abstract class SimpleType : EdmType { #region Constructors ////// The default constructor for SimpleType /// internal SimpleType() { // No initialization of item attributes in here, it's used as a pass thru in the case for delay population // of item attributes } ////// The constructor for SimpleType. It takes the required information to identify this type. /// /// The name of this type /// The namespace name of this type /// The version of this type /// dataspace in which the simple type belongs to ///Thrown if either name, namespace or version arguments are null internal SimpleType(string name, string namespaceName, DataSpace dataSpace) : base(name, namespaceName, dataSpace) { } #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.Generic; using System.Text; namespace System.Data.Metadata.Edm { ////// Class representing a simple type /// public abstract class SimpleType : EdmType { #region Constructors ////// The default constructor for SimpleType /// internal SimpleType() { // No initialization of item attributes in here, it's used as a pass thru in the case for delay population // of item attributes } ////// The constructor for SimpleType. It takes the required information to identify this type. /// /// The name of this type /// The namespace name of this type /// The version of this type /// dataspace in which the simple type belongs to ///Thrown if either name, namespace or version arguments are null internal SimpleType(string name, string namespaceName, DataSpace dataSpace) : base(name, namespaceName, dataSpace) { } #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
- CompiledELinqQueryState.cs
- DataAdapter.cs
- InfoCardSymmetricCrypto.cs
- StyleHelper.cs
- RuleProcessor.cs
- HWStack.cs
- MarkerProperties.cs
- SrgsNameValueTag.cs
- XmlCustomFormatter.cs
- IISUnsafeMethods.cs
- ProviderCommandInfoUtils.cs
- RootProfilePropertySettingsCollection.cs
- MinMaxParagraphWidth.cs
- MemoryStream.cs
- MappableObjectManager.cs
- TableDetailsCollection.cs
- NameValueSectionHandler.cs
- ContentPlaceHolder.cs
- ClientFormsAuthenticationCredentials.cs
- Int32CAMarshaler.cs
- XmlText.cs
- ReflectEventDescriptor.cs
- XmlTextReader.cs
- AppSettingsExpressionBuilder.cs
- PropertyItem.cs
- SignatureToken.cs
- SecurityManager.cs
- SpecialFolderEnumConverter.cs
- InfiniteIntConverter.cs
- RepeaterCommandEventArgs.cs
- dbdatarecord.cs
- Visual.cs
- ServiceModelActivationSectionGroup.cs
- RuntimeWrappedException.cs
- PropertyInformation.cs
- Base64Decoder.cs
- DataGridCellsPresenter.cs
- ToolTipService.cs
- parserscommon.cs
- ClientConfigurationHost.cs
- ProtocolInformationReader.cs
- TypeDependencyAttribute.cs
- TextMarkerSource.cs
- TagPrefixInfo.cs
- TemplatedAdorner.cs
- ConfigXmlAttribute.cs
- PersonalizationProviderHelper.cs
- TdsRecordBufferSetter.cs
- Operators.cs
- SmiEventSink_Default.cs
- DiscoveryMessageSequence.cs
- AppDomainAttributes.cs
- FolderBrowserDialogDesigner.cs
- InvokeProviderWrapper.cs
- DispatcherTimer.cs
- DoubleLinkList.cs
- CacheVirtualItemsEvent.cs
- SystemIcmpV6Statistics.cs
- DesignerToolStripControlHost.cs
- MLangCodePageEncoding.cs
- LogManagementAsyncResult.cs
- SafeNativeMethodsCLR.cs
- XpsThumbnail.cs
- CompiledIdentityConstraint.cs
- SessionStateModule.cs
- DateTimeConverter2.cs
- SetIterators.cs
- XmlSchemaAnnotation.cs
- EntityDataSourceContainerNameItem.cs
- TaskHelper.cs
- FileIOPermission.cs
- TagMapInfo.cs
- TextEditorSpelling.cs
- LazyInitializer.cs
- BidOverLoads.cs
- URLAttribute.cs
- GregorianCalendar.cs
- SimpleParser.cs
- WebRequestModuleElementCollection.cs
- PackUriHelper.cs
- AnnotationAuthorChangedEventArgs.cs
- CustomErrorCollection.cs
- SecureConversationVersion.cs
- Line.cs
- DrawItemEvent.cs
- FrameworkReadOnlyPropertyMetadata.cs
- CallId.cs
- InkCanvasAutomationPeer.cs
- BindToObject.cs
- EventBookmark.cs
- ReadOnlyDictionary.cs
- VectorCollectionValueSerializer.cs
- DictionaryContent.cs
- OrderPreservingMergeHelper.cs
- Library.cs
- TabletDeviceInfo.cs
- HtmlControlPersistable.cs
- DataGridDetailsPresenter.cs
- TypeTypeConverter.cs
- MexTcpBindingElement.cs