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
- IisTraceWebEventProvider.cs
- MenuItemStyleCollectionEditor.cs
- validationstate.cs
- ControlAdapter.cs
- AccessViolationException.cs
- Hashtable.cs
- StructuralComparisons.cs
- WindowsSecurityTokenAuthenticator.cs
- EntityViewContainer.cs
- RegisteredExpandoAttribute.cs
- StateItem.cs
- FieldToken.cs
- DbConvert.cs
- LinqDataView.cs
- Activator.cs
- LoginUtil.cs
- SelectionListComponentEditor.cs
- Quad.cs
- WinInetCache.cs
- WindowsStatic.cs
- PenLineJoinValidation.cs
- ParentUndoUnit.cs
- DocumentGrid.cs
- RSAPKCS1SignatureFormatter.cs
- NullableBoolConverter.cs
- DBPropSet.cs
- TextFormatterHost.cs
- ServiceSecurityAuditElement.cs
- WebPartCollection.cs
- ActivatableWorkflowsQueryResult.cs
- ConstrainedDataObject.cs
- DataSourceXmlAttributeAttribute.cs
- SHA512.cs
- parserscommon.cs
- InheritanceContextChangedEventManager.cs
- ReplacementText.cs
- MenuBase.cs
- PrinterSettings.cs
- ProfileSettings.cs
- KeyBinding.cs
- ISessionStateStore.cs
- OracleBinary.cs
- DBConcurrencyException.cs
- SerTrace.cs
- SerializationHelper.cs
- RuntimeArgumentHandle.cs
- ToolStripContainer.cs
- TransformDescriptor.cs
- EntryWrittenEventArgs.cs
- FormatVersion.cs
- FusionWrap.cs
- RangeValuePattern.cs
- TypeHelper.cs
- XmlnsDictionary.cs
- RangeValidator.cs
- DocumentXmlWriter.cs
- FilePresentation.cs
- Decorator.cs
- login.cs
- ExpressionConverter.cs
- PanelStyle.cs
- PropertyIdentifier.cs
- PermissionListSet.cs
- PaintValueEventArgs.cs
- _NativeSSPI.cs
- AsyncResult.cs
- SrgsItemList.cs
- XmlHierarchicalDataSourceView.cs
- DataBindEngine.cs
- DynamicResourceExtensionConverter.cs
- RegexFCD.cs
- SqlClientPermission.cs
- EntityContainerEmitter.cs
- BinaryObjectWriter.cs
- SuspendDesigner.cs
- COM2FontConverter.cs
- JoinSymbol.cs
- LineServicesRun.cs
- MimeTypeMapper.cs
- DeflateEmulationStream.cs
- DoubleUtil.cs
- ReadOnlyDataSource.cs
- EventData.cs
- RectangleHotSpot.cs
- TableChangeProcessor.cs
- ControlLocalizer.cs
- WebEventTraceProvider.cs
- SymmetricAlgorithm.cs
- UnauthorizedWebPart.cs
- Ipv6Element.cs
- ParseHttpDate.cs
- SecurityException.cs
- RegexWorker.cs
- TextTreeFixupNode.cs
- PageAsyncTask.cs
- MessageQueueTransaction.cs
- ExtendedProperty.cs
- UriPrefixTable.cs
- HttpResponseInternalBase.cs
- SoundPlayer.cs