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
- XmlDataFileEditor.cs
- TextServicesCompartmentContext.cs
- linebase.cs
- HMACSHA384.cs
- CommandBindingCollection.cs
- BaseUriWithWildcard.cs
- CodeTypeMember.cs
- DynamicDataExtensions.cs
- RegexGroup.cs
- PermissionSetTriple.cs
- CryptoKeySecurity.cs
- ValidationError.cs
- MemoryRecordBuffer.cs
- AttributeCollection.cs
- DatePickerDateValidationErrorEventArgs.cs
- EntryWrittenEventArgs.cs
- MatrixCamera.cs
- SequentialOutput.cs
- ImageList.cs
- EntityDataSourceUtil.cs
- TextEditorContextMenu.cs
- DiagnosticSection.cs
- EncryptedPackage.cs
- SmiTypedGetterSetter.cs
- SafeNativeMethods.cs
- ParentUndoUnit.cs
- StringToken.cs
- AddressingVersion.cs
- SystemPens.cs
- BinaryConverter.cs
- EastAsianLunisolarCalendar.cs
- MetaModel.cs
- InlineCollection.cs
- VisualCollection.cs
- BindingGroup.cs
- ECDiffieHellmanCngPublicKey.cs
- ConfigDefinitionUpdates.cs
- ThemeDirectoryCompiler.cs
- AsymmetricKeyExchangeDeformatter.cs
- RuleSettingsCollection.cs
- StringStorage.cs
- BamlMapTable.cs
- TriggerAction.cs
- PageThemeBuildProvider.cs
- CatalogZoneBase.cs
- IFormattable.cs
- SqlEnums.cs
- PropertyConverter.cs
- ByteStorage.cs
- SessionEndingCancelEventArgs.cs
- Visual3D.cs
- PipelineModuleStepContainer.cs
- TraceHandler.cs
- UICuesEvent.cs
- PointAnimation.cs
- OdbcConnectionStringbuilder.cs
- ProtocolsSection.cs
- CounterSampleCalculator.cs
- HtmlSelect.cs
- ReturnEventArgs.cs
- WsdlInspector.cs
- AssemblyBuilder.cs
- Icon.cs
- CompilerError.cs
- CodeCatchClauseCollection.cs
- TraceHandlerErrorFormatter.cs
- PasswordBox.cs
- HttpHostedTransportConfiguration.cs
- RelAssertionDirectKeyIdentifierClause.cs
- HtmlCommandAdapter.cs
- PipeStream.cs
- ListViewHitTestInfo.cs
- ManipulationPivot.cs
- BindingContext.cs
- WindowsRebar.cs
- DataGridViewSelectedColumnCollection.cs
- CustomErrorCollection.cs
- _FtpControlStream.cs
- EditorBrowsableAttribute.cs
- WpfSharedXamlSchemaContext.cs
- CompoundFileDeflateTransform.cs
- CharacterBufferReference.cs
- DataGridViewCellFormattingEventArgs.cs
- UnmanagedMemoryStream.cs
- MsdtcClusterUtils.cs
- WebConvert.cs
- TimeSpanValidatorAttribute.cs
- TypeDescriptor.cs
- MemberDescriptor.cs
- DynamicValidatorEventArgs.cs
- ElementProxy.cs
- TrackingStringDictionary.cs
- ContentPlaceHolder.cs
- InputQueue.cs
- ProcessManager.cs
- PolicyImporterElement.cs
- Enlistment.cs
- ResXDataNode.cs
- MenuRendererClassic.cs
- SmiRecordBuffer.cs