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
- XpsFixedDocumentReaderWriter.cs
- DeflateStream.cs
- SecurityDocument.cs
- DynamicUpdateCommand.cs
- BinaryWriter.cs
- CompilationUtil.cs
- InputScopeNameConverter.cs
- CookieProtection.cs
- EntityViewContainer.cs
- DesignTimeData.cs
- mactripleDES.cs
- SQLBytes.cs
- SearchForVirtualItemEventArgs.cs
- XmlSerializerSection.cs
- ScriptHandlerFactory.cs
- UserValidatedEventArgs.cs
- SqlTriggerAttribute.cs
- LocatorPart.cs
- ViewRendering.cs
- ScriptModule.cs
- Mapping.cs
- BitmapData.cs
- ToolStripProgressBar.cs
- ToolStripGripRenderEventArgs.cs
- WindowsRichEdit.cs
- EmptyStringExpandableObjectConverter.cs
- ToolStripItem.cs
- HScrollProperties.cs
- TransactionProtocolConverter.cs
- BindingGroup.cs
- Slider.cs
- KeyProperty.cs
- MouseCaptureWithinProperty.cs
- NetworkInterface.cs
- SByte.cs
- PageTheme.cs
- DataMemberConverter.cs
- HighlightVisual.cs
- CalendarTable.cs
- InheritanceAttribute.cs
- CodeChecksumPragma.cs
- FixedNode.cs
- DisplayInformation.cs
- WebFormDesignerActionService.cs
- InkPresenterAutomationPeer.cs
- ReadOnlyDictionary.cs
- DateTimeOffsetConverter.cs
- TextPenaltyModule.cs
- TextFindEngine.cs
- CodeArrayIndexerExpression.cs
- DataGridViewCellStyle.cs
- CodeDomConfigurationHandler.cs
- DataServiceQueryProvider.cs
- GridViewColumn.cs
- KeyGestureConverter.cs
- Semaphore.cs
- ResXBuildProvider.cs
- UseLicense.cs
- ProtocolsSection.cs
- XXXOnTypeBuilderInstantiation.cs
- GradientStop.cs
- HashCryptoHandle.cs
- AuthorizationRuleCollection.cs
- RowUpdatingEventArgs.cs
- DesignerDataParameter.cs
- SettingsSavedEventArgs.cs
- ParallelActivityDesigner.cs
- PauseStoryboard.cs
- InternalTypeHelper.cs
- SelectionPatternIdentifiers.cs
- DataGridViewColumnStateChangedEventArgs.cs
- SqlMethodAttribute.cs
- GuidConverter.cs
- CaseInsensitiveOrdinalStringComparer.cs
- TextRangeEditLists.cs
- XmlChoiceIdentifierAttribute.cs
- SizeConverter.cs
- IisTraceWebEventProvider.cs
- DataSourceViewSchemaConverter.cs
- IdentityHolder.cs
- ComAwareEventInfo.cs
- MILUtilities.cs
- _SslState.cs
- DataGridItemEventArgs.cs
- UnknownWrapper.cs
- GridViewCellAutomationPeer.cs
- IDataContractSurrogate.cs
- Stacktrace.cs
- dsa.cs
- AuthenticodeSignatureInformation.cs
- RoamingStoreFileUtility.cs
- AssertSection.cs
- ThemeDictionaryExtension.cs
- CreateUserWizard.cs
- MetricEntry.cs
- ListBindingConverter.cs
- securitycriticaldata.cs
- ExpandSegment.cs
- TextEditorLists.cs
- EventLogPermission.cs