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
- EventRouteFactory.cs
- NullableConverter.cs
- BaseParaClient.cs
- MemberProjectedSlot.cs
- MediaScriptCommandRoutedEventArgs.cs
- PolicyManager.cs
- ScriptControlManager.cs
- CardSpaceSelector.cs
- DrawingState.cs
- ReferentialConstraint.cs
- UIElement3DAutomationPeer.cs
- DetailsViewUpdatedEventArgs.cs
- PackageStore.cs
- RSAOAEPKeyExchangeDeformatter.cs
- TypedServiceChannelBuilder.cs
- CodeNamespaceCollection.cs
- LineServicesRun.cs
- DateTimeHelper.cs
- XmlFormatReaderGenerator.cs
- XamlPointCollectionSerializer.cs
- WorkflowWebHostingModule.cs
- ProfilePropertyNameValidator.cs
- SHA384.cs
- XsltCompileContext.cs
- MultipartIdentifier.cs
- SiteMapHierarchicalDataSourceView.cs
- thaishape.cs
- UdpDiscoveryMessageFilter.cs
- TemplateField.cs
- sqlser.cs
- prompt.cs
- ApplicationDirectoryMembershipCondition.cs
- TypeCodeDomSerializer.cs
- RemotingConfigParser.cs
- XamlDesignerSerializationManager.cs
- TemplateControlParser.cs
- ColorInterpolationModeValidation.cs
- InputEventArgs.cs
- InheritedPropertyChangedEventArgs.cs
- UIElementPropertyUndoUnit.cs
- ToolStripPanel.cs
- EndpointInfoCollection.cs
- SystemIPv4InterfaceProperties.cs
- ValidateNames.cs
- DataRowCollection.cs
- BamlBinaryReader.cs
- Drawing.cs
- tibetanshape.cs
- StaticSiteMapProvider.cs
- Array.cs
- HtmlAnchor.cs
- ObjectAssociationEndMapping.cs
- HtmlCommandAdapter.cs
- PointLight.cs
- VScrollBar.cs
- XmlTextReaderImpl.cs
- __Filters.cs
- CqlParserHelpers.cs
- InvalidDataContractException.cs
- HGlobalSafeHandle.cs
- GenericUI.cs
- DataGridViewColumnEventArgs.cs
- DataRowComparer.cs
- SettingsSavedEventArgs.cs
- RequestSecurityTokenResponse.cs
- TransactionScopeDesigner.cs
- LocalFileSettingsProvider.cs
- Point3DAnimation.cs
- HtmlInputImage.cs
- BindingExpressionUncommonField.cs
- RowToFieldTransformer.cs
- FontCollection.cs
- TreeNode.cs
- XmlUtil.cs
- AspNetHostingPermission.cs
- HashCryptoHandle.cs
- XmlChoiceIdentifierAttribute.cs
- UrlPropertyAttribute.cs
- SspiNegotiationTokenAuthenticator.cs
- WebPartDeleteVerb.cs
- _FtpControlStream.cs
- ParagraphVisual.cs
- LockCookie.cs
- ByteConverter.cs
- NotifyParentPropertyAttribute.cs
- DetailsViewDeletedEventArgs.cs
- SessionPageStatePersister.cs
- RelatedImageListAttribute.cs
- MultilineStringConverter.cs
- ComponentDispatcher.cs
- XsltException.cs
- WebPartConnectionsDisconnectVerb.cs
- WindowsRichEditRange.cs
- ChangePasswordDesigner.cs
- Subtree.cs
- SimpleLine.cs
- PropertyStore.cs
- SamlConstants.cs
- EnvironmentPermission.cs
- GuidelineSet.cs