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
- Internal.cs
- HttpProfileGroupBase.cs
- TypeBuilder.cs
- SoapInteropTypes.cs
- LockRenewalTask.cs
- DataSetSchema.cs
- ToolStripItemRenderEventArgs.cs
- EncodingInfo.cs
- FixedSchema.cs
- FeatureSupport.cs
- OutputScopeManager.cs
- Drawing.cs
- DataControlFieldHeaderCell.cs
- Style.cs
- Typeface.cs
- TextLineResult.cs
- HttpsHostedTransportConfiguration.cs
- RoleService.cs
- DrawingDrawingContext.cs
- ColorIndependentAnimationStorage.cs
- ControlIdConverter.cs
- MenuItemBindingCollection.cs
- ReflectionPermission.cs
- DynamicRendererThreadManager.cs
- AssemblySettingAttributes.cs
- UriScheme.cs
- OleStrCAMarshaler.cs
- BindingMAnagerBase.cs
- BinaryWriter.cs
- SqlFunctionAttribute.cs
- LayoutUtils.cs
- ViewKeyConstraint.cs
- CompiledELinqQueryState.cs
- Calendar.cs
- DoubleLink.cs
- Path.cs
- KeyboardEventArgs.cs
- DataStreamFromComStream.cs
- SQLConvert.cs
- ValidatedControlConverter.cs
- SpotLight.cs
- SrgsElementList.cs
- ExceptionHandlerDesigner.cs
- PseudoWebRequest.cs
- diagnosticsswitches.cs
- AppSettingsReader.cs
- basenumberconverter.cs
- ScriptModule.cs
- TreeNodeCollection.cs
- ReturnEventArgs.cs
- NaturalLanguageHyphenator.cs
- FieldBuilder.cs
- ResolveDuplex11AsyncResult.cs
- NetTcpSection.cs
- AmbientLight.cs
- SmiContextFactory.cs
- DiscoveryExceptionDictionary.cs
- StrongNameHelpers.cs
- ResourceProviderFactory.cs
- LoginViewDesigner.cs
- SerializationObjectManager.cs
- ExceptionUtil.cs
- DataViewSettingCollection.cs
- OracleEncoding.cs
- DrawToolTipEventArgs.cs
- Listen.cs
- AssemblyBuilderData.cs
- RegistryKey.cs
- iisPickupDirectory.cs
- SessionState.cs
- TextElementCollection.cs
- Slider.cs
- MonitorWrapper.cs
- ChildTable.cs
- WebPartManager.cs
- ConfigurationErrorsException.cs
- Pair.cs
- SecurityCriticalDataForSet.cs
- FilteredXmlReader.cs
- CanonicalFontFamilyReference.cs
- FlowLayout.cs
- DurableInstanceContextProvider.cs
- BooleanSwitch.cs
- Enum.cs
- DbMetaDataCollectionNames.cs
- FontCollection.cs
- SmtpNegotiateAuthenticationModule.cs
- OleDbConnectionFactory.cs
- ParameterRetriever.cs
- CodeActivity.cs
- ExecutionScope.cs
- DeclaredTypeElement.cs
- XmlMapping.cs
- GenericAuthenticationEventArgs.cs
- SqlInfoMessageEvent.cs
- ReadingWritingEntityEventArgs.cs
- Button.cs
- ClientData.cs
- LineServicesCallbacks.cs
- Repeater.cs