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
- XPathAncestorQuery.cs
- GroupItemAutomationPeer.cs
- InputLangChangeRequestEvent.cs
- Italic.cs
- ExpressionList.cs
- LinearGradientBrush.cs
- storepermissionattribute.cs
- FormDocumentDesigner.cs
- BinHexDecoder.cs
- SqlLiftWhereClauses.cs
- DataControlField.cs
- M3DUtil.cs
- EntityCommandExecutionException.cs
- CompiledRegexRunner.cs
- HtmlImage.cs
- WebPartTransformerAttribute.cs
- TypeUtils.cs
- FontEmbeddingManager.cs
- RootBrowserWindow.cs
- TemplatedMailWebEventProvider.cs
- GraphicsContainer.cs
- DataGridTextBoxColumn.cs
- _ProxyChain.cs
- SqlXml.cs
- DataGridView.cs
- MulticastOption.cs
- SqlTrackingService.cs
- LinkClickEvent.cs
- AttachmentService.cs
- LOSFormatter.cs
- SimpleBitVector32.cs
- OLEDB_Enum.cs
- PolyBezierSegment.cs
- MultipleCopiesCollection.cs
- LeaseManager.cs
- QuaternionAnimationBase.cs
- CustomAttributeBuilder.cs
- HttpValueCollection.cs
- ItemCheckEvent.cs
- WebColorConverter.cs
- BooleanExpr.cs
- FlowLayout.cs
- WebSysDescriptionAttribute.cs
- httpserverutility.cs
- TreeNode.cs
- CodeGeneratorOptions.cs
- documentsequencetextcontainer.cs
- Matrix.cs
- externdll.cs
- SiteMapNodeItemEventArgs.cs
- LabelTarget.cs
- ProviderBase.cs
- DoubleConverter.cs
- ECDiffieHellman.cs
- CallbackHandler.cs
- ScriptIgnoreAttribute.cs
- AuthenticationConfig.cs
- MatrixAnimationBase.cs
- Rectangle.cs
- DesignerActionGlyph.cs
- RepeatButton.cs
- SettingsContext.cs
- UseLicense.cs
- MemoryRecordBuffer.cs
- LocationUpdates.cs
- XmlJsonWriter.cs
- ToolStripSplitStackLayout.cs
- ChildrenQuery.cs
- FloaterBaseParagraph.cs
- ImageMetadata.cs
- PenThread.cs
- OleDbConnectionFactory.cs
- CacheOutputQuery.cs
- WinFormsSpinner.cs
- RelationshipDetailsRow.cs
- LinearGradientBrush.cs
- TextServicesHost.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- RectangleF.cs
- QuaternionAnimationUsingKeyFrames.cs
- UIElementAutomationPeer.cs
- Processor.cs
- AssemblySettingAttributes.cs
- ParserOptions.cs
- LabelDesigner.cs
- ConvertTextFrag.cs
- ExceptionList.cs
- Bitmap.cs
- InheritedPropertyChangedEventArgs.cs
- KeyPressEvent.cs
- MimeMapping.cs
- PersonalizationStateInfoCollection.cs
- SoapInteropTypes.cs
- RuntimeCompatibilityAttribute.cs
- RouteItem.cs
- HandlerWithFactory.cs
- ReadOnlyActivityGlyph.cs
- WithParamAction.cs
- ObjectListItemCollection.cs
- DeploymentSection.cs