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
- CFGGrammar.cs
- TimeSpan.cs
- XmlHierarchicalEnumerable.cs
- ToolboxControl.cs
- WebPartExportVerb.cs
- DataGridRowEventArgs.cs
- ObjectQueryExecutionPlan.cs
- MenuItemCollection.cs
- ContextMenuService.cs
- EntityStoreSchemaFilterEntry.cs
- DataGridViewImageColumn.cs
- NavigationCommands.cs
- HebrewCalendar.cs
- ProtocolViolationException.cs
- BaseInfoTable.cs
- TableRow.cs
- ReadOnlyDictionary.cs
- WindowsListViewGroupHelper.cs
- ClientSideProviderDescription.cs
- ReverseInheritProperty.cs
- Timer.cs
- DbMetaDataColumnNames.cs
- SnapshotChangeTrackingStrategy.cs
- Condition.cs
- HandlerWithFactory.cs
- DataPagerFieldCollection.cs
- TabletDeviceInfo.cs
- ProvidersHelper.cs
- DetailsViewDeletedEventArgs.cs
- ArcSegment.cs
- Compiler.cs
- NetworkInformationPermission.cs
- QilXmlWriter.cs
- DataBoundControl.cs
- ExceptionUtility.cs
- StackBuilderSink.cs
- ListBoxItemWrapperAutomationPeer.cs
- TdsValueSetter.cs
- DelegatingTypeDescriptionProvider.cs
- DiscoveryOperationContextExtension.cs
- SqlRewriteScalarSubqueries.cs
- DrawingContextWalker.cs
- StaticExtensionConverter.cs
- TranslateTransform3D.cs
- XsdBuildProvider.cs
- SmiContext.cs
- MaskedTextBox.cs
- ConditionalAttribute.cs
- DataSpaceManager.cs
- ObjectHelper.cs
- ChangePasswordDesigner.cs
- FixedSOMElement.cs
- HostingEnvironmentException.cs
- XmlFormatWriterGenerator.cs
- WeakRefEnumerator.cs
- LineProperties.cs
- COM2TypeInfoProcessor.cs
- Context.cs
- SimpleTypeResolver.cs
- CompositeCollectionView.cs
- FrugalList.cs
- TreeNodeSelectionProcessor.cs
- Rss20ItemFormatter.cs
- MouseGestureValueSerializer.cs
- DaylightTime.cs
- AppSettingsExpressionBuilder.cs
- Control.cs
- ServiceHttpModule.cs
- Border.cs
- Literal.cs
- RenderCapability.cs
- OperatorExpressions.cs
- AccessorTable.cs
- SqlCacheDependencyDatabaseCollection.cs
- MailAddress.cs
- Attributes.cs
- MailHeaderInfo.cs
- FormsAuthenticationUserCollection.cs
- SystemThemeKey.cs
- PolicyStatement.cs
- RowVisual.cs
- CopyAttributesAction.cs
- HtmlEmptyTagControlBuilder.cs
- Convert.cs
- shaperfactoryquerycachekey.cs
- ObjectViewFactory.cs
- SelectedCellsCollection.cs
- TaiwanLunisolarCalendar.cs
- HasCopySemanticsAttribute.cs
- LayoutExceptionEventArgs.cs
- UnsafeNetInfoNativeMethods.cs
- DataGrid.cs
- ToolboxItemCollection.cs
- CustomValidator.cs
- MtomMessageEncodingBindingElement.cs
- SmiMetaData.cs
- SizeAnimationClockResource.cs
- RolePrincipal.cs
- BreakRecordTable.cs
- FeatureAttribute.cs