Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------- //// 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
- AdornerLayer.cs
- ActiveXContainer.cs
- CurrencyWrapper.cs
- DataSourceBooleanViewSchemaConverter.cs
- ExpandCollapseProviderWrapper.cs
- oledbconnectionstring.cs
- BaseContextMenu.cs
- _AcceptOverlappedAsyncResult.cs
- DesignRelation.cs
- BrushValueSerializer.cs
- DateTimePicker.cs
- MessageQueueCriteria.cs
- FileDialogPermission.cs
- ValidationPropertyAttribute.cs
- Route.cs
- PermissionSetTriple.cs
- PopOutPanel.cs
- OutputScopeManager.cs
- CompressEmulationStream.cs
- DeviceContexts.cs
- ApplicationFileCodeDomTreeGenerator.cs
- TreeNodeCollection.cs
- ConnectivityStatus.cs
- HttpApplication.cs
- ObjectListItem.cs
- CodeDOMUtility.cs
- Transactions.cs
- Misc.cs
- ProgressPage.cs
- SimpleFileLog.cs
- EntitySetDataBindingList.cs
- Source.cs
- DropShadowEffect.cs
- ButtonFlatAdapter.cs
- HtmlInputHidden.cs
- Function.cs
- DynamicValidatorEventArgs.cs
- CrossAppDomainChannel.cs
- TypeUtil.cs
- TemplateBuilder.cs
- assertwrapper.cs
- CriticalExceptions.cs
- HtmlTitle.cs
- ExceptionRoutedEventArgs.cs
- LambdaCompiler.cs
- BulletedList.cs
- ActivityUtilities.cs
- RichTextBox.cs
- X509Utils.cs
- PreProcessInputEventArgs.cs
- InputProcessorProfilesLoader.cs
- FixedPageStructure.cs
- DecoderExceptionFallback.cs
- TextEditorParagraphs.cs
- TextElementCollection.cs
- DataListItem.cs
- StructuredTypeInfo.cs
- SafeCryptoHandles.cs
- DataGridViewCellStyle.cs
- X509UI.cs
- SudsCommon.cs
- StylusCaptureWithinProperty.cs
- SystemIPGlobalStatistics.cs
- PasswordBox.cs
- LayoutUtils.cs
- DockProviderWrapper.cs
- ParameterReplacerVisitor.cs
- InstanceDataCollection.cs
- BuildProviderCollection.cs
- CodeSnippetExpression.cs
- XamlTypeMapper.cs
- QueryOutputWriterV1.cs
- Splitter.cs
- XPathNodeHelper.cs
- dsa.cs
- Panel.cs
- IntPtr.cs
- MergeLocalizationDirectives.cs
- SystemBrushes.cs
- CompositionTarget.cs
- HandleCollector.cs
- RtType.cs
- RunInstallerAttribute.cs
- ContentElement.cs
- WebPartMenuStyle.cs
- PerspectiveCamera.cs
- CacheHelper.cs
- PhoneCallDesigner.cs
- PerformanceCounter.cs
- Label.cs
- GeometryValueSerializer.cs
- LabelInfo.cs
- AppDomainAttributes.cs
- Ref.cs
- OleDbWrapper.cs
- ClientSession.cs
- ActivityExecutionContextCollection.cs
- ReadOnlyCollectionBuilder.cs
- DocumentationServerProtocol.cs
- CompiledAction.cs