Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / Metadata / Edm / SimpleType.cs / 2 / SimpleType.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- 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 [....], [....] //--------------------------------------------------------------------- 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
- ImpersonationContext.cs
- CurrentChangingEventManager.cs
- TypeCacheManager.cs
- DependencyPropertyChangedEventArgs.cs
- DocumentGridPage.cs
- ModelItemImpl.cs
- ellipse.cs
- PropertyGeneratedEventArgs.cs
- SurrogateChar.cs
- XmlMapping.cs
- NameValueConfigurationCollection.cs
- Utility.cs
- CoTaskMemHandle.cs
- CodeTypeDelegate.cs
- ResourceProviderFactory.cs
- CachingHintValidation.cs
- LinearQuaternionKeyFrame.cs
- OrderPreservingSpoolingTask.cs
- DataBindEngine.cs
- BroadcastEventHelper.cs
- ThemeDictionaryExtension.cs
- InsufficientMemoryException.cs
- Internal.cs
- Dictionary.cs
- IxmlLineInfo.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- SessionPageStateSection.cs
- DbSetClause.cs
- ContextMenuStripGroupCollection.cs
- SafeMILHandle.cs
- Directory.cs
- IdentityValidationException.cs
- Visual3DCollection.cs
- SqlCommand.cs
- WindowsTab.cs
- EventLogWatcher.cs
- AbandonedMutexException.cs
- Ray3DHitTestResult.cs
- JulianCalendar.cs
- SafeFileMapViewHandle.cs
- BufferedReadStream.cs
- StylusPointDescription.cs
- TableNameAttribute.cs
- ConnectorMovedEventArgs.cs
- EntityCollection.cs
- DES.cs
- BamlResourceSerializer.cs
- TdsParameterSetter.cs
- TimeSpanValidatorAttribute.cs
- BamlLocalizabilityResolver.cs
- BitmapDownload.cs
- ResourceManager.cs
- EndpointInfoCollection.cs
- ContainerParagraph.cs
- Mappings.cs
- ResolveMatches11.cs
- SQLUtility.cs
- BevelBitmapEffect.cs
- ComAdminInterfaces.cs
- SAPICategories.cs
- Add.cs
- DbRetry.cs
- RoleManagerSection.cs
- XmlSerializerAssemblyAttribute.cs
- HelpOperationInvoker.cs
- ComponentConverter.cs
- SymmetricAlgorithm.cs
- ByteStorage.cs
- GroupStyle.cs
- CustomCategoryAttribute.cs
- JsonWriter.cs
- RemoteDebugger.cs
- NameObjectCollectionBase.cs
- XmlDocumentSerializer.cs
- DesignerCommandSet.cs
- Directory.cs
- EventLogTraceListener.cs
- GZipStream.cs
- BookmarkWorkItem.cs
- DetailsViewDeleteEventArgs.cs
- TimeZoneNotFoundException.cs
- ListSurrogate.cs
- SetState.cs
- OptimizedTemplateContentHelper.cs
- EventTrigger.cs
- ConfigurationException.cs
- AssociatedControlConverter.cs
- UnSafeCharBuffer.cs
- FormattedText.cs
- Monitor.cs
- DataTemplateKey.cs
- ThrowOnMultipleAssignment.cs
- AssociationType.cs
- Guid.cs
- TableRowCollection.cs
- TextRunCache.cs
- PropertyGridView.cs
- EndSelectCardRequest.cs
- ConnectionOrientedTransportBindingElement.cs
- DataGridHeaderBorder.cs