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
- Binding.cs
- RoleManagerModule.cs
- RightNameExpirationInfoPair.cs
- ClientType.cs
- EntityUtil.cs
- ThrowHelper.cs
- ByteConverter.cs
- CounterCreationDataCollection.cs
- DiagnosticsConfiguration.cs
- CaseInsensitiveOrdinalStringComparer.cs
- CodeLabeledStatement.cs
- PagedDataSource.cs
- ByteStreamGeometryContext.cs
- LiteralTextContainerControlBuilder.cs
- OrthographicCamera.cs
- OTFRasterizer.cs
- SQLDecimalStorage.cs
- XmlDataProvider.cs
- TraceHwndHost.cs
- RenderTargetBitmap.cs
- GenericIdentity.cs
- DropAnimation.xaml.cs
- ObjectDataSourceSelectingEventArgs.cs
- AliasedSlot.cs
- BufferedOutputStream.cs
- cryptoapiTransform.cs
- ActivityCodeGenerator.cs
- DriveNotFoundException.cs
- EntityTypeEmitter.cs
- TextOnlyOutput.cs
- SectionVisual.cs
- EncodingNLS.cs
- PolicyException.cs
- AmbientProperties.cs
- MethodSet.cs
- XmlSerializerOperationBehavior.cs
- MediaPlayerState.cs
- QilStrConcat.cs
- TreeNodeConverter.cs
- PathData.cs
- OlePropertyStructs.cs
- IODescriptionAttribute.cs
- Item.cs
- TailCallAnalyzer.cs
- List.cs
- StaticExtensionConverter.cs
- ResizingMessageFilter.cs
- XmlDocumentFragment.cs
- Graphics.cs
- Classification.cs
- ToolStrip.cs
- SmiRecordBuffer.cs
- MutexSecurity.cs
- GridViewActionList.cs
- sqlstateclientmanager.cs
- OleDbPermission.cs
- DetailsViewPageEventArgs.cs
- StreamSecurityUpgradeProvider.cs
- NetworkCredential.cs
- ExecutionContext.cs
- Animatable.cs
- HttpsTransportBindingElement.cs
- SQLInt32Storage.cs
- SemaphoreFullException.cs
- DefaultShape.cs
- ConfigurationPropertyCollection.cs
- SqlInfoMessageEvent.cs
- AddDataControlFieldDialog.cs
- Compilation.cs
- CatalogPart.cs
- HtmlMobileTextWriter.cs
- ImageFormat.cs
- MimeReflector.cs
- PropertyRef.cs
- CultureTableRecord.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- WindowsTreeView.cs
- peernodestatemanager.cs
- ReadOnlyAttribute.cs
- pingexception.cs
- ExtensionFile.cs
- XpsS0ValidatingLoader.cs
- SessionStateUtil.cs
- MatrixAnimationBase.cs
- WhitespaceRuleLookup.cs
- TreeViewBindingsEditorForm.cs
- StoreItemCollection.Loader.cs
- ListItemsCollectionEditor.cs
- ImageUrlEditor.cs
- StringHandle.cs
- EncoderFallback.cs
- ClientSession.cs
- DXD.cs
- NameNode.cs
- AttributeEmitter.cs
- ObjectNavigationPropertyMapping.cs
- ServiceModelActivationSectionGroup.cs
- WindowsFormsLinkLabel.cs
- EditorZone.cs
- TextDecoration.cs