Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignerActionHeaderItem.cs
- DefaultTextStore.cs
- WebUtil.cs
- Configuration.cs
- UnsignedPublishLicense.cs
- SharedStream.cs
- DateTimeAutomationPeer.cs
- IdentityModelDictionary.cs
- ExecutedRoutedEventArgs.cs
- TransformedBitmap.cs
- FixedTextView.cs
- ObjectDataSourceStatusEventArgs.cs
- DefaultValueTypeConverter.cs
- WpfKnownTypeInvoker.cs
- RadioButtonStandardAdapter.cs
- BrushMappingModeValidation.cs
- ChangeTracker.cs
- TypeLibraryHelper.cs
- SchemaDeclBase.cs
- DataRelationPropertyDescriptor.cs
- TemplateColumn.cs
- Material.cs
- ObjectDataSourceStatusEventArgs.cs
- CreateParams.cs
- XmlUtil.cs
- FileUpload.cs
- StreamUpgradeInitiator.cs
- Margins.cs
- GenericAuthenticationEventArgs.cs
- OpCellTreeNode.cs
- TablePattern.cs
- Registry.cs
- ErrorLog.cs
- DispatcherHookEventArgs.cs
- Accessible.cs
- CreationContext.cs
- FormViewDeletedEventArgs.cs
- PageClientProxyGenerator.cs
- UInt64.cs
- ParseNumbers.cs
- ContextMenu.cs
- SectionXmlInfo.cs
- SchemaContext.cs
- WebPartVerbsEventArgs.cs
- ToolStripPanelRow.cs
- AsymmetricCryptoHandle.cs
- diagnosticsswitches.cs
- IdentityModelDictionary.cs
- TargetException.cs
- ScriptModule.cs
- PropertyGridCommands.cs
- TypefaceMap.cs
- LOSFormatter.cs
- DataServiceProviderWrapper.cs
- SessionPageStateSection.cs
- FormViewDeleteEventArgs.cs
- BufferBuilder.cs
- XmlSchemaExporter.cs
- MediaScriptCommandRoutedEventArgs.cs
- UnsafePeerToPeerMethods.cs
- ScaleTransform3D.cs
- WindowsFont.cs
- CompositeActivityDesigner.cs
- ReadOnlyCollectionBase.cs
- CircleHotSpot.cs
- PageBorderless.cs
- ApplicationSecurityInfo.cs
- StringReader.cs
- Privilege.cs
- SystemEvents.cs
- DirectoryNotFoundException.cs
- AssemblyBuilder.cs
- SystemPens.cs
- MultiPageTextView.cs
- DbSourceCommand.cs
- EmptyEnumerable.cs
- ConnectionsZoneDesigner.cs
- InternalResources.cs
- DropShadowEffect.cs
- TypeToArgumentTypeConverter.cs
- ExtensionWindowResizeGrip.cs
- XPathDocumentNavigator.cs
- WinEventWrap.cs
- XmlNamespaceDeclarationsAttribute.cs
- TemplateXamlParser.cs
- XsltSettings.cs
- Byte.cs
- DataBindingCollection.cs
- DataControlFieldHeaderCell.cs
- Module.cs
- ScriptResourceAttribute.cs
- StringValueSerializer.cs
- ConfigurationLocationCollection.cs
- DataGridViewColumnConverter.cs
- NamespaceCollection.cs
- ToolboxComponentsCreatedEventArgs.cs
- SymbolType.cs
- QilReference.cs
- EditingCommands.cs
- TrackingServices.cs