Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- DocumentGrid.cs
- DriveInfo.cs
- OrCondition.cs
- DataRelationPropertyDescriptor.cs
- ProfileServiceManager.cs
- SizeLimitedCache.cs
- XamlSerializerUtil.cs
- CharEntityEncoderFallback.cs
- Profiler.cs
- Exception.cs
- ContentDisposition.cs
- MultiBindingExpression.cs
- RNGCryptoServiceProvider.cs
- TableCellCollection.cs
- FilterException.cs
- SafeArrayTypeMismatchException.cs
- ResourcePart.cs
- FontStretch.cs
- ImageAnimator.cs
- ControlUtil.cs
- ParserHooks.cs
- PeerInvitationResponse.cs
- KeyValueInternalCollection.cs
- RuleAction.cs
- validation.cs
- QueryExpr.cs
- WebColorConverter.cs
- EntityTypeEmitter.cs
- GlyphsSerializer.cs
- SubclassTypeValidator.cs
- BitmapData.cs
- safelinkcollection.cs
- FragmentQueryKB.cs
- TableLayout.cs
- ApplicationException.cs
- TraceUtility.cs
- SoapCodeExporter.cs
- Control.cs
- DataGridLinkButton.cs
- DurationConverter.cs
- BufferBuilder.cs
- ConnectionStringSettings.cs
- OperationPickerDialog.cs
- Content.cs
- DerivedKeySecurityTokenStub.cs
- DbExpressionVisitor_TResultType.cs
- EventLogEntry.cs
- DecimalAnimationBase.cs
- UrlMappingsModule.cs
- XamlBrushSerializer.cs
- TagPrefixCollection.cs
- ConfigPathUtility.cs
- ExportOptions.cs
- Dynamic.cs
- EUCJPEncoding.cs
- PerformanceCounterPermissionEntry.cs
- ExpanderAutomationPeer.cs
- ObjectQuery.cs
- ModelProperty.cs
- HttpBindingExtension.cs
- DeploymentSection.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- CompiledRegexRunnerFactory.cs
- RepeaterItemEventArgs.cs
- ProvidersHelper.cs
- mediaeventargs.cs
- ProviderConnectionPoint.cs
- SqlCommandSet.cs
- XXXOnTypeBuilderInstantiation.cs
- _ShellExpression.cs
- MergeEnumerator.cs
- EntityDataSourceColumn.cs
- ButtonColumn.cs
- Behavior.cs
- BamlRecords.cs
- RequestResizeEvent.cs
- HtmlTernaryTree.cs
- DefaultConfirmation.cs
- ServiceHostingEnvironmentSection.cs
- FontFamilyIdentifier.cs
- DataColumnChangeEvent.cs
- ScrollChrome.cs
- MarkerProperties.cs
- XmlComplianceUtil.cs
- BooleanProjectedSlot.cs
- XamlHostingSectionGroup.cs
- _ProxyChain.cs
- bidPrivateBase.cs
- ExpressionPrefixAttribute.cs
- ConfigurationException.cs
- GeneratedView.cs
- CurrentChangingEventManager.cs
- EqualityComparer.cs
- XmlDownloadManager.cs
- WebBrowserEvent.cs
- TextSearch.cs
- Util.cs
- TransformerConfigurationWizardBase.cs
- Perspective.cs
- TextServicesPropertyRanges.cs