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
- SelectionEditor.cs
- ParseChildrenAsPropertiesAttribute.cs
- DbConnectionPoolCounters.cs
- DelegateArgumentValue.cs
- TextElementEditingBehaviorAttribute.cs
- SoapServerProtocol.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- RadioButtonAutomationPeer.cs
- safelink.cs
- DoubleLinkList.cs
- JavaScriptSerializer.cs
- ContextQuery.cs
- PropertyChange.cs
- StorageRoot.cs
- XsltLibrary.cs
- ElementMarkupObject.cs
- IOException.cs
- MasterPageBuildProvider.cs
- OrderedDictionaryStateHelper.cs
- TableRow.cs
- MouseEvent.cs
- DockProviderWrapper.cs
- SqlException.cs
- SemanticAnalyzer.cs
- ListView.cs
- ErrorLog.cs
- ManagementDateTime.cs
- PasswordRecoveryDesigner.cs
- ResXDataNode.cs
- ConstraintStruct.cs
- PagedDataSource.cs
- GraphicsState.cs
- DataTemplateSelector.cs
- ItemCheckedEvent.cs
- ISAPIRuntime.cs
- CryptoHandle.cs
- WebConfigurationFileMap.cs
- DbConnectionPoolGroupProviderInfo.cs
- TextSpanModifier.cs
- ObjectManager.cs
- XPathSelfQuery.cs
- HttpGetClientProtocol.cs
- SystemTcpStatistics.cs
- MimeTypePropertyAttribute.cs
- Compensation.cs
- UnsafeNativeMethods.cs
- OleDbInfoMessageEvent.cs
- DefaultObjectMappingItemCollection.cs
- GreenMethods.cs
- __FastResourceComparer.cs
- IntAverageAggregationOperator.cs
- DocumentSchemaValidator.cs
- GridItem.cs
- SspiWrapper.cs
- FormClosingEvent.cs
- QueueProcessor.cs
- XhtmlStyleClass.cs
- XmlSchemaObject.cs
- SecurityRuntime.cs
- EdmItemCollection.cs
- StylusCollection.cs
- XmlUtil.cs
- EventLogPermission.cs
- DesignerLabelAdapter.cs
- SamlAudienceRestrictionCondition.cs
- TextServicesDisplayAttribute.cs
- ZipPackagePart.cs
- HWStack.cs
- FixedSOMImage.cs
- XmlSchemaSimpleContent.cs
- OptimalBreakSession.cs
- ProtocolsConfigurationHandler.cs
- PartialCachingAttribute.cs
- XmlWriter.cs
- OperationDescriptionCollection.cs
- _SSPIWrapper.cs
- CodeTryCatchFinallyStatement.cs
- InstanceDescriptor.cs
- ProofTokenCryptoHandle.cs
- PageSetupDialog.cs
- IUnknownConstantAttribute.cs
- PTConverter.cs
- ConstNode.cs
- SynchronizedDisposablePool.cs
- AnnotationComponentChooser.cs
- EncodingNLS.cs
- EventLog.cs
- BoolExpression.cs
- MDIControlStrip.cs
- CodeDOMProvider.cs
- GlyphElement.cs
- Label.cs
- TraversalRequest.cs
- CompiledQueryCacheEntry.cs
- PostBackTrigger.cs
- RadioButtonPopupAdapter.cs
- MemoryRecordBuffer.cs
- PeerObject.cs
- EntityReference.cs
- WinFormsComponentEditor.cs