Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / Metadata / Edm / SimpleType.cs / 2 / SimpleType.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- 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 [....], [....] //--------------------------------------------------------------------- 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
- LassoHelper.cs
- ExpressionBuilderCollection.cs
- DiagnosticTraceSource.cs
- CodeCommentStatementCollection.cs
- ReplacementText.cs
- OperatingSystem.cs
- NamedPipeConnectionPool.cs
- _NestedSingleAsyncResult.cs
- DataShape.cs
- HostingEnvironmentException.cs
- Size.cs
- BooleanExpr.cs
- DbConnectionStringBuilder.cs
- DocumentStream.cs
- HandleCollector.cs
- DesignerActionPanel.cs
- TimeoutStream.cs
- BuildProvider.cs
- ToolStripLocationCancelEventArgs.cs
- ImageDrawing.cs
- InternalConfigEventArgs.cs
- CodePageEncoding.cs
- DataGridColumnEventArgs.cs
- ClientRoleProvider.cs
- TextEditorCharacters.cs
- WebPartConnection.cs
- TextPointer.cs
- WebPartEditorApplyVerb.cs
- RectAnimation.cs
- TreeNode.cs
- PerfService.cs
- ContainerSelectorBehavior.cs
- Selection.cs
- MarkerProperties.cs
- XomlCompilerResults.cs
- JoinGraph.cs
- ResolveNameEventArgs.cs
- TypeForwardedToAttribute.cs
- WSSecurityPolicy12.cs
- SimpleFieldTemplateUserControl.cs
- WebCategoryAttribute.cs
- UrlMapping.cs
- TreeChangeInfo.cs
- FormView.cs
- UnsafeNativeMethods.cs
- Variable.cs
- ListViewInsertedEventArgs.cs
- NativeMethods.cs
- OrderedDictionary.cs
- DefaultSection.cs
- QilLiteral.cs
- SiteIdentityPermission.cs
- CustomServiceCredentials.cs
- IisTraceListener.cs
- TypeUsageBuilder.cs
- TextBoxBase.cs
- ConsoleTraceListener.cs
- TCPListener.cs
- ConfigurationPermission.cs
- DataGridViewAccessibleObject.cs
- Compilation.cs
- StandardBindingImporter.cs
- TerminatorSinks.cs
- SynchronizationLockException.cs
- VersionPair.cs
- ExpandSegmentCollection.cs
- ModelFunctionTypeElement.cs
- WorkflowFileItem.cs
- TypeResolver.cs
- OdbcUtils.cs
- LogFlushAsyncResult.cs
- KeyGesture.cs
- DbConnectionOptions.cs
- WindowsGraphics2.cs
- TransportReplyChannelAcceptor.cs
- PageCatalogPart.cs
- Size.cs
- TextServicesCompartment.cs
- Vector3D.cs
- OperationCanceledException.cs
- KeyInstance.cs
- HtmlTableRowCollection.cs
- BufferBuilder.cs
- ConfigDefinitionUpdates.cs
- UnsafeNativeMethods.cs
- WindowsRegion.cs
- SrgsElementFactoryCompiler.cs
- DataGridViewAdvancedBorderStyle.cs
- Identifier.cs
- MembershipValidatePasswordEventArgs.cs
- EditorAttribute.cs
- DateTime.cs
- SqlFacetAttribute.cs
- NotifyIcon.cs
- WebPartTransformerAttribute.cs
- AnonymousIdentificationSection.cs
- CodeTypeConstructor.cs
- SafeRightsManagementQueryHandle.cs
- InitializingNewItemEventArgs.cs
- PartialList.cs