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
- ListenerElementsCollection.cs
- CaseStatement.cs
- Timeline.cs
- CompiledRegexRunnerFactory.cs
- ApplicationFileCodeDomTreeGenerator.cs
- DbBuffer.cs
- MouseBinding.cs
- GenerateHelper.cs
- _ConnectionGroup.cs
- DBSqlParserTable.cs
- RadioButtonAutomationPeer.cs
- WorkflowTraceTransfer.cs
- NotifyParentPropertyAttribute.cs
- SessionStateContainer.cs
- Int32Animation.cs
- ServiceDeploymentInfo.cs
- SamlConstants.cs
- CalendarTable.cs
- FacetDescription.cs
- TdsParserSessionPool.cs
- ScriptingJsonSerializationSection.cs
- PropertyItem.cs
- PriorityBinding.cs
- BinaryFormatter.cs
- LinearGradientBrush.cs
- NavigationPropertyEmitter.cs
- Filter.cs
- LogLogRecordHeader.cs
- FastEncoderWindow.cs
- WebBrowserSiteBase.cs
- EntityDataSourceSelectedEventArgs.cs
- SolidBrush.cs
- ValueProviderWrapper.cs
- SizeConverter.cs
- TableCellAutomationPeer.cs
- XmlElementCollection.cs
- CharacterHit.cs
- VSWCFServiceContractGenerator.cs
- SqlRowUpdatedEvent.cs
- RealizationContext.cs
- CompilerErrorCollection.cs
- OleDbStruct.cs
- ClosureBinding.cs
- BooleanStorage.cs
- StrokeCollection.cs
- DataServiceRequestOfT.cs
- CrossAppDomainChannel.cs
- IntSecurity.cs
- CredentialCache.cs
- RectValueSerializer.cs
- PermissionRequestEvidence.cs
- _TransmitFileOverlappedAsyncResult.cs
- DatePickerTextBox.cs
- TextStore.cs
- BufferedStream.cs
- EntityViewGenerationAttribute.cs
- RecordManager.cs
- RegexWriter.cs
- CodeAccessSecurityEngine.cs
- StructuralCache.cs
- ChameleonKey.cs
- Normalization.cs
- MetafileHeaderWmf.cs
- GeneralTransform3D.cs
- SiteMapSection.cs
- AuthenticationManager.cs
- MouseGestureValueSerializer.cs
- InternalMappingException.cs
- ListViewEditEventArgs.cs
- CatalogPart.cs
- SimpleHandlerFactory.cs
- ThrowHelper.cs
- XmlSchemaSimpleContent.cs
- Activity.cs
- BaseDataList.cs
- ElapsedEventArgs.cs
- ToolStripRendererSwitcher.cs
- DataException.cs
- DesignerVerb.cs
- ImageList.cs
- _BasicClient.cs
- ProfileInfo.cs
- HtmlElement.cs
- CultureInfoConverter.cs
- ContainerParaClient.cs
- PersistenceMetadataNamespace.cs
- CalendarTable.cs
- PersonalizableTypeEntry.cs
- XmlText.cs
- RoutedPropertyChangedEventArgs.cs
- Point.cs
- SqlBooleanizer.cs
- _NTAuthentication.cs
- HtmlInputReset.cs
- LabelLiteral.cs
- DataConnectionHelper.cs
- ProcessingInstructionAction.cs
- GroupBox.cs
- ProtocolsConfigurationEntry.cs
- DataGridPageChangedEventArgs.cs