Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ShaperBuffers.cs
- CompareValidator.cs
- ActivityBuilderXamlWriter.cs
- ImageBrush.cs
- SafeHandles.cs
- SemaphoreFullException.cs
- InteropExecutor.cs
- RepeatBehavior.cs
- Function.cs
- HttpFileCollectionBase.cs
- UIAgentInitializationException.cs
- ListCollectionView.cs
- regiisutil.cs
- AuthenticationServiceManager.cs
- MexServiceChannelBuilder.cs
- MembershipSection.cs
- CacheSection.cs
- Page.cs
- UnmanagedBitmapWrapper.cs
- SiteMap.cs
- Win32.cs
- _HeaderInfoTable.cs
- BuildProviderAppliesToAttribute.cs
- ExceptionUtil.cs
- NamespaceEmitter.cs
- GrabHandleGlyph.cs
- SmiMetaData.cs
- ConfigurationElementCollection.cs
- ProfileGroupSettings.cs
- XmlAutoDetectWriter.cs
- GuidConverter.cs
- baseaxisquery.cs
- QilFunction.cs
- XPathBuilder.cs
- Config.cs
- Directory.cs
- RuleSet.cs
- ViewValidator.cs
- EastAsianLunisolarCalendar.cs
- PropertyValueUIItem.cs
- DbgCompiler.cs
- ReferentialConstraint.cs
- LoadRetryConstantStrategy.cs
- CircleEase.cs
- ArglessEventHandlerProxy.cs
- Button.cs
- Rotation3DAnimationBase.cs
- DbDataSourceEnumerator.cs
- DesignerActionService.cs
- FileDialogPermission.cs
- File.cs
- EdmItemError.cs
- GPPOINT.cs
- ValidateNames.cs
- XmlHelper.cs
- LogAppendAsyncResult.cs
- Properties.cs
- XmlAttributeOverrides.cs
- SymLanguageVendor.cs
- CommonDialog.cs
- EntityDataSourceView.cs
- XmlDeclaration.cs
- ListBindableAttribute.cs
- Constant.cs
- XAMLParseException.cs
- NativeObjectSecurity.cs
- ExceptionUtil.cs
- CollectionBuilder.cs
- VoiceSynthesis.cs
- SelectManyQueryOperator.cs
- PrePrepareMethodAttribute.cs
- TextTreeTextElementNode.cs
- ConstraintStruct.cs
- DependencyPropertyKey.cs
- HostProtectionPermission.cs
- ConsoleKeyInfo.cs
- CaseDesigner.xaml.cs
- BitmapEffectGroup.cs
- CollectionBase.cs
- Pair.cs
- MemberDescriptor.cs
- ParseNumbers.cs
- Assembly.cs
- XmlSchemaSet.cs
- StandardTransformFactory.cs
- XmlQualifiedNameTest.cs
- DataBindingHandlerAttribute.cs
- PasswordRecovery.cs
- XsdDateTime.cs
- DataGridViewLinkCell.cs
- XamlVector3DCollectionSerializer.cs
- BindingWorker.cs
- DeviceContexts.cs
- _ConnectionGroup.cs
- ProfessionalColorTable.cs
- CompressEmulationStream.cs
- InvalidWMPVersionException.cs
- ObjectDisposedException.cs
- DataGridViewElement.cs
- CaseStatementProjectedSlot.cs