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
- TextParentUndoUnit.cs
- TdsParserHelperClasses.cs
- Thumb.cs
- ClientConfigurationSystem.cs
- MetadataUtilsSmi.cs
- ParentUndoUnit.cs
- GlyphInfoList.cs
- Point3DAnimation.cs
- AppSettingsExpressionBuilder.cs
- BackStopAuthenticationModule.cs
- WindowPattern.cs
- FormCollection.cs
- Tool.cs
- TraceHandler.cs
- QuotedPrintableStream.cs
- InvalidAsynchronousStateException.cs
- AdPostCacheSubstitution.cs
- JobPageOrder.cs
- IisTraceListener.cs
- FormatterConverter.cs
- SegmentInfo.cs
- WebPartMovingEventArgs.cs
- AssemblyUtil.cs
- Attributes.cs
- FontFamilyConverter.cs
- ToolStripInSituService.cs
- ChangeBlockUndoRecord.cs
- sqlmetadatafactory.cs
- BrowserDefinitionCollection.cs
- MimeWriter.cs
- GenericAuthenticationEventArgs.cs
- Brushes.cs
- FacetChecker.cs
- DynamicRenderer.cs
- CqlLexerHelpers.cs
- DeferredSelectedIndexReference.cs
- figurelengthconverter.cs
- SchemaImporterExtensionElementCollection.cs
- SQLMoneyStorage.cs
- HttpContextWrapper.cs
- FilteredAttributeCollection.cs
- CatchBlock.cs
- XPathScanner.cs
- DoubleLink.cs
- ExpandSegmentCollection.cs
- Convert.cs
- PenCursorManager.cs
- Point.cs
- DispatcherBuilder.cs
- COMException.cs
- TokenBasedSet.cs
- MTConfigUtil.cs
- CommandEventArgs.cs
- AttachInfo.cs
- FtpRequestCacheValidator.cs
- BitStack.cs
- CatalogPart.cs
- SignatureToken.cs
- DataGridTable.cs
- DrawingGroup.cs
- InputProcessorProfiles.cs
- SafeThemeHandle.cs
- WindowsProgressbar.cs
- categoryentry.cs
- WebSysDefaultValueAttribute.cs
- InputScope.cs
- ExpanderAutomationPeer.cs
- recordstatescratchpad.cs
- CodeNamespaceImport.cs
- CorrelationService.cs
- MsmqIntegrationChannelFactory.cs
- LocalFileSettingsProvider.cs
- DataGridViewButtonCell.cs
- Point4D.cs
- CodePropertyReferenceExpression.cs
- ScriptRef.cs
- UniqueCodeIdentifierScope.cs
- CustomSignedXml.cs
- HandleExceptionArgs.cs
- MessageDecoder.cs
- XmlReflectionImporter.cs
- COM2Properties.cs
- X509Utils.cs
- DataGridViewHitTestInfo.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- RepeaterCommandEventArgs.cs
- WindowsIdentity.cs
- DBProviderConfigurationHandler.cs
- TitleStyle.cs
- ForeignKeyConstraint.cs
- ResourceExpressionBuilder.cs
- TypeContext.cs
- SqlGatherProducedAliases.cs
- SoapServerProtocol.cs
- ListItemCollection.cs
- ScrollData.cs
- DataGridViewEditingControlShowingEventArgs.cs
- JsonReader.cs
- HashCodeCombiner.cs
- TextCompositionManager.cs