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
- activationcontext.cs
- LogExtent.cs
- ThreadStateException.cs
- SafeTimerHandle.cs
- ConnectionAcceptor.cs
- WebServiceResponse.cs
- ServiceDeploymentInfo.cs
- Matrix.cs
- InvalidOleVariantTypeException.cs
- DataGridViewDataConnection.cs
- SystemWebSectionGroup.cs
- CodeValidator.cs
- RecognitionEventArgs.cs
- NGCSerializationManagerAsync.cs
- MachineKeyConverter.cs
- DbConnectionStringBuilder.cs
- LinqDataSourceHelper.cs
- Timer.cs
- ToolStripDropDownItem.cs
- InputQueueChannelAcceptor.cs
- StringUtil.cs
- EmbeddedMailObject.cs
- SafeLibraryHandle.cs
- ExpressionBuilder.cs
- ObjectStateEntryDbDataRecord.cs
- PrivateFontCollection.cs
- RegexMatch.cs
- ProviderSettings.cs
- ModelPerspective.cs
- Errors.cs
- SmiTypedGetterSetter.cs
- UniformGrid.cs
- contentDescriptor.cs
- CommandPlan.cs
- SynchronizedDisposablePool.cs
- UnmanagedMarshal.cs
- AsyncDataRequest.cs
- InputMethodStateTypeInfo.cs
- SecurityRuntime.cs
- EdmItemCollection.cs
- DrawingContextWalker.cs
- wgx_render.cs
- Frame.cs
- Validator.cs
- AsymmetricKeyExchangeFormatter.cs
- HWStack.cs
- XmlSchemaParticle.cs
- DataColumnSelectionConverter.cs
- RowVisual.cs
- CodeRegionDirective.cs
- CollectionDataContract.cs
- TransactionManager.cs
- ButtonAutomationPeer.cs
- CodeSnippetExpression.cs
- ListControlConvertEventArgs.cs
- TCEAdapterGenerator.cs
- CompilerState.cs
- SchemaNamespaceManager.cs
- BindingMemberInfo.cs
- SystemException.cs
- DBNull.cs
- StorageBasedPackageProperties.cs
- IDispatchConstantAttribute.cs
- InputScopeConverter.cs
- TextMessageEncoder.cs
- EmptyCollection.cs
- datacache.cs
- ControlValuePropertyAttribute.cs
- TextRunCacheImp.cs
- XomlCompilerParameters.cs
- ECDiffieHellman.cs
- KoreanLunisolarCalendar.cs
- SrgsRulesCollection.cs
- WebPartHelpVerb.cs
- RadioButton.cs
- TypeConverterMarkupExtension.cs
- WindowsAuthenticationModule.cs
- PortCache.cs
- CatalogPartChrome.cs
- DataListAutoFormat.cs
- FilteredReadOnlyMetadataCollection.cs
- MimeTypeAttribute.cs
- ValidationService.cs
- SymLanguageVendor.cs
- MenuAdapter.cs
- SqlTransaction.cs
- HTMLTagNameToTypeMapper.cs
- OleStrCAMarshaler.cs
- EditorPartDesigner.cs
- GetWinFXPath.cs
- BinaryKeyIdentifierClause.cs
- ReadonlyMessageFilter.cs
- TabletDevice.cs
- ExpressionHelper.cs
- CodeSnippetTypeMember.cs
- InputProviderSite.cs
- DataSourceControl.cs
- ClaimTypeElement.cs
- TableRowGroup.cs
- AccessibleObject.cs