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
- HtmlInputSubmit.cs
- LocalizedNameDescriptionPair.cs
- HandledEventArgs.cs
- DataControlPagerLinkButton.cs
- LinqDataSourceSelectEventArgs.cs
- PersistStreamTypeWrapper.cs
- unsafenativemethodstextservices.cs
- TransactionChannel.cs
- CancellationState.cs
- CommonProperties.cs
- ProcessHostConfigUtils.cs
- WSFederationHttpSecurity.cs
- FunctionImportMapping.cs
- IssuanceLicense.cs
- TileBrush.cs
- Tuple.cs
- InvalidAsynchronousStateException.cs
- ToolStripSeparator.cs
- HitTestWithPointDrawingContextWalker.cs
- RoleGroupCollection.cs
- WebPartsSection.cs
- SqlProfileProvider.cs
- EntityWrapper.cs
- PixelFormat.cs
- DBConnectionString.cs
- TransactionManager.cs
- NativeMethods.cs
- DataGridViewCellParsingEventArgs.cs
- RangeValidator.cs
- MD5CryptoServiceProvider.cs
- RightsManagementEncryptedStream.cs
- MobileSysDescriptionAttribute.cs
- ManagementObject.cs
- DefaultValidator.cs
- StringUtil.cs
- EastAsianLunisolarCalendar.cs
- GridView.cs
- RegisteredHiddenField.cs
- DataExpression.cs
- ParagraphVisual.cs
- MethodExpr.cs
- DirectionalLight.cs
- DecimalAnimationUsingKeyFrames.cs
- FormViewRow.cs
- DataGridState.cs
- StoryFragments.cs
- DispatcherOperation.cs
- ProfileBuildProvider.cs
- SmtpCommands.cs
- FilterableAttribute.cs
- ProofTokenCryptoHandle.cs
- KeyConverter.cs
- FrameworkContentElementAutomationPeer.cs
- CodeTypeDeclarationCollection.cs
- Int64AnimationUsingKeyFrames.cs
- AspNetHostingPermission.cs
- FixUp.cs
- CryptoApi.cs
- ChameleonKey.cs
- MsmqProcessProtocolHandler.cs
- CustomAssemblyResolver.cs
- NativeBuffer.cs
- Attributes.cs
- TableHeaderCell.cs
- HitTestParameters3D.cs
- DiagnosticsConfiguration.cs
- PerformanceCounterManager.cs
- PopupEventArgs.cs
- TextUtf8RawTextWriter.cs
- DoubleCollectionConverter.cs
- CodeLinePragma.cs
- ExternalException.cs
- ListView.cs
- HiddenFieldPageStatePersister.cs
- RawStylusInputReport.cs
- ShaderRenderModeValidation.cs
- RowSpanVector.cs
- altserialization.cs
- RC2CryptoServiceProvider.cs
- HelpKeywordAttribute.cs
- Win32Native.cs
- METAHEADER.cs
- TextContainer.cs
- ShortcutKeysEditor.cs
- WindowsNonControl.cs
- AsyncDataRequest.cs
- Parser.cs
- UniqueEventHelper.cs
- BitmapEffectInput.cs
- SourceLineInfo.cs
- ConnectionsZone.cs
- safelinkcollection.cs
- TypedDataSourceCodeGenerator.cs
- Visual.cs
- ToolboxItemWrapper.cs
- MSAAEventDispatcher.cs
- ConfigurationManagerInternalFactory.cs
- SoapMessage.cs
- PaintEvent.cs
- DbTransaction.cs