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
- VideoDrawing.cs
- DriveInfo.cs
- ResourceReader.cs
- EncodingDataItem.cs
- BindingGraph.cs
- ApplicationCommands.cs
- XmlNamedNodeMap.cs
- RectangleGeometry.cs
- ObjectStateFormatter.cs
- BitmapEffectInputData.cs
- UnwrappedTypesXmlSerializerManager.cs
- ToolStripInSituService.cs
- MessageSecurityVersionConverter.cs
- TriggerActionCollection.cs
- XamlDesignerSerializationManager.cs
- DataBindingValueUIHandler.cs
- HtmlWindow.cs
- ResourceAttributes.cs
- MobileControl.cs
- __Filters.cs
- UriParserTemplates.cs
- Translator.cs
- ServiceHostFactory.cs
- RemoteWebConfigurationHostStream.cs
- ClientOptions.cs
- ChangeTracker.cs
- NonVisualControlAttribute.cs
- HotSpot.cs
- ParameterReplacerVisitor.cs
- CodeMemberEvent.cs
- NullNotAllowedCollection.cs
- MenuItem.cs
- Typeface.cs
- FloatSumAggregationOperator.cs
- XmlCDATASection.cs
- ValidationError.cs
- StylusEditingBehavior.cs
- XamlHostingSectionGroup.cs
- SmiMetaDataProperty.cs
- FontTypeConverter.cs
- ContextActivityUtils.cs
- GenericTypeParameterBuilder.cs
- LayeredChannelFactory.cs
- CodeCastExpression.cs
- HtmlInputRadioButton.cs
- EnvelopedPkcs7.cs
- MdiWindowListItemConverter.cs
- SqlCharStream.cs
- Rotation3D.cs
- WindowsStatic.cs
- DataListItem.cs
- FontCacheLogic.cs
- ListChunk.cs
- TabControlEvent.cs
- EventSetter.cs
- SafeThreadHandle.cs
- ErrorFormatter.cs
- SecurityContext.cs
- CleanUpVirtualizedItemEventArgs.cs
- DefaultDiscoveryServiceExtension.cs
- Line.cs
- IntAverageAggregationOperator.cs
- ControllableStoryboardAction.cs
- DeobfuscatingStream.cs
- Vector3DKeyFrameCollection.cs
- XmlWellformedWriter.cs
- COM2ExtendedTypeConverter.cs
- Stackframe.cs
- PublisherMembershipCondition.cs
- WebPartHeaderCloseVerb.cs
- AssociatedControlConverter.cs
- DateTimeFormat.cs
- HtmlObjectListAdapter.cs
- COAUTHINFO.cs
- PersonalizationStateQuery.cs
- CodeNamespaceImportCollection.cs
- TypeRefElement.cs
- Bidi.cs
- ClientRuntimeConfig.cs
- PreviewPageInfo.cs
- ProfileParameter.cs
- FlowNode.cs
- PropertyIDSet.cs
- DataGridViewButtonCell.cs
- Update.cs
- SqlNodeAnnotation.cs
- HelpFileFileNameEditor.cs
- AssociationType.cs
- UpdateTracker.cs
- DocumentViewerAutomationPeer.cs
- DbParameterHelper.cs
- MimeBasePart.cs
- RegexRunnerFactory.cs
- FixedPageStructure.cs
- SoapHeaders.cs
- ToolStripPanelDesigner.cs
- TextSegment.cs
- CompilationRelaxations.cs
- MsmqProcessProtocolHandler.cs
- NotifyParentPropertyAttribute.cs