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
- XmlSchemaObjectCollection.cs
- PasswordBoxAutomationPeer.cs
- EffectiveValueEntry.cs
- SchemaImporterExtensionElement.cs
- Int32.cs
- ToolStripItemClickedEventArgs.cs
- StrokeCollection.cs
- RegexFCD.cs
- LongValidator.cs
- PageTheme.cs
- RequestCacheManager.cs
- EncoderParameter.cs
- LayoutTable.cs
- PaginationProgressEventArgs.cs
- RegionData.cs
- KnownColorTable.cs
- TraceContextEventArgs.cs
- Visual.cs
- CodeStatementCollection.cs
- DbgCompiler.cs
- SchemaReference.cs
- RegisteredDisposeScript.cs
- XPathNavigatorReader.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- Scene3D.cs
- PixelFormatConverter.cs
- EdmFunction.cs
- StaticSiteMapProvider.cs
- AvtEvent.cs
- UInt32Converter.cs
- ThrowHelper.cs
- RenderDataDrawingContext.cs
- WpfWebRequestHelper.cs
- MutableAssemblyCacheEntry.cs
- RotateTransform.cs
- ContourSegment.cs
- ScaleTransform3D.cs
- PixelFormats.cs
- ScriptServiceAttribute.cs
- ImageMapEventArgs.cs
- RtfFormatStack.cs
- PropertyStore.cs
- ValidationEventArgs.cs
- XmlAnyElementAttribute.cs
- FontWeight.cs
- PixelShader.cs
- GenericEnumerator.cs
- RegisteredScript.cs
- InternalConfigConfigurationFactory.cs
- OdbcDataReader.cs
- WindowsFormsHostAutomationPeer.cs
- HwndSubclass.cs
- SchemaNames.cs
- Geometry.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DbMetaDataColumnNames.cs
- SqlConnectionStringBuilder.cs
- ChannelSinkStacks.cs
- DocumentReference.cs
- JavaScriptSerializer.cs
- ChildTable.cs
- FrameworkContextData.cs
- IDispatchConstantAttribute.cs
- ResourceReferenceExpression.cs
- _OverlappedAsyncResult.cs
- SqlDataSourceWizardForm.cs
- ToolStripArrowRenderEventArgs.cs
- Win32MouseDevice.cs
- SharedConnectionWorkflowTransactionService.cs
- ProjectionCamera.cs
- IPAddress.cs
- ListViewTableCell.cs
- FtpRequestCacheValidator.cs
- BindingManagerDataErrorEventArgs.cs
- CompoundFileIOPermission.cs
- ExpressionEditorAttribute.cs
- ValidationRuleCollection.cs
- ByteAnimationBase.cs
- InProcStateClientManager.cs
- NamedElement.cs
- CodeIdentifiers.cs
- HttpCachePolicyWrapper.cs
- MediaPlayerState.cs
- CommandBinding.cs
- HashLookup.cs
- ConfigXmlSignificantWhitespace.cs
- SchemaImporter.cs
- ServicePointManagerElement.cs
- OdbcEnvironment.cs
- IdnMapping.cs
- DriveNotFoundException.cs
- RTLAwareMessageBox.cs
- WpfWebRequestHelper.cs
- SafeArrayRankMismatchException.cs
- WebGetAttribute.cs
- DataGridViewSelectedRowCollection.cs
- EpmCustomContentSerializer.cs
- PropertyDescriptors.cs
- ReliableMessagingHelpers.cs
- CacheRequest.cs