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
- AttachmentCollection.cs
- COSERVERINFO.cs
- TerminatorSinks.cs
- ExtensionFile.cs
- TypeGeneratedEventArgs.cs
- HtmlInputCheckBox.cs
- FormsIdentity.cs
- CanonicalFontFamilyReference.cs
- BitmapPalettes.cs
- ListViewTableRow.cs
- BamlRecords.cs
- BuildDependencySet.cs
- TreeViewItemAutomationPeer.cs
- ToolboxCategory.cs
- Attribute.cs
- TypeContext.cs
- TableItemProviderWrapper.cs
- DynamicActivityTypeDescriptor.cs
- ResourceManager.cs
- JsonByteArrayDataContract.cs
- ListViewInsertionMark.cs
- ListViewItemMouseHoverEvent.cs
- Run.cs
- ApplicationDirectory.cs
- LogStore.cs
- ExtensionSimplifierMarkupObject.cs
- FormattedText.cs
- QilPatternFactory.cs
- PieceDirectory.cs
- OdbcDataReader.cs
- Win32MouseDevice.cs
- TypeConverter.cs
- StreamSecurityUpgradeProvider.cs
- XmlNullResolver.cs
- TargetPerspective.cs
- AudioFileOut.cs
- LineProperties.cs
- ObjectDataProvider.cs
- TableAdapterManagerMethodGenerator.cs
- ComUdtElementCollection.cs
- MetadataUtil.cs
- TabItemWrapperAutomationPeer.cs
- Assert.cs
- _ConnectOverlappedAsyncResult.cs
- TextEditorTables.cs
- Claim.cs
- KeyValuePair.cs
- BaseCodeDomTreeGenerator.cs
- Comparer.cs
- TableDetailsRow.cs
- SchemaTableColumn.cs
- SoapHeaderException.cs
- MenuItem.cs
- AudioDeviceOut.cs
- TextTreeTextBlock.cs
- MessageQueuePermissionEntryCollection.cs
- ArcSegment.cs
- panel.cs
- SqlGenerator.cs
- ObjectAnimationBase.cs
- OutArgumentConverter.cs
- StrokeCollection2.cs
- URLMembershipCondition.cs
- AvTrace.cs
- UserInitiatedNavigationPermission.cs
- UpDownBaseDesigner.cs
- ToolStripPanel.cs
- XhtmlConformanceSection.cs
- HiddenField.cs
- MaterialGroup.cs
- QueryAccessibilityHelpEvent.cs
- _AuthenticationState.cs
- _AcceptOverlappedAsyncResult.cs
- GridViewColumn.cs
- CompModSwitches.cs
- GeneralTransformCollection.cs
- FormViewPagerRow.cs
- XPathDescendantIterator.cs
- LinqDataSource.cs
- loginstatus.cs
- ChtmlTextWriter.cs
- ClearCollection.cs
- CompiledRegexRunnerFactory.cs
- TextDecorations.cs
- NameSpaceExtractor.cs
- ColumnCollectionEditor.cs
- ExecutionScope.cs
- CalendarTable.cs
- CLSCompliantAttribute.cs
- Latin1Encoding.cs
- SerializationException.cs
- RegularExpressionValidator.cs
- SqlProvider.cs
- RewritingValidator.cs
- XmlSchemaSimpleContentExtension.cs
- GestureRecognitionResult.cs
- DataGridViewControlCollection.cs
- TextFormatterImp.cs
- Identifier.cs
- XmlIgnoreAttribute.cs