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
- LoadGrammarCompletedEventArgs.cs
- OutputCacheSettingsSection.cs
- UInt32.cs
- WindowsFormsLinkLabel.cs
- ExceptionUtil.cs
- DataGridSortCommandEventArgs.cs
- FixedSOMPage.cs
- NameTable.cs
- DateTimeOffset.cs
- AttributeProviderAttribute.cs
- EventDescriptorCollection.cs
- EntityCommand.cs
- CallTemplateAction.cs
- GetChildSubtree.cs
- SHA256Managed.cs
- TextEditorParagraphs.cs
- PasswordPropertyTextAttribute.cs
- CodeCommentStatement.cs
- CodeCatchClauseCollection.cs
- PipelineModuleStepContainer.cs
- SequentialWorkflowHeaderFooter.cs
- HtmlObjectListAdapter.cs
- ObjectStorage.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- EmptyStringExpandableObjectConverter.cs
- NavigatorInput.cs
- NameSpaceEvent.cs
- InternalConfigEventArgs.cs
- FormsAuthenticationUser.cs
- CompiledRegexRunnerFactory.cs
- ElapsedEventArgs.cs
- Form.cs
- Baml6ConstructorInfo.cs
- Int32AnimationBase.cs
- SinglePhaseEnlistment.cs
- XmlCDATASection.cs
- SchemaElementDecl.cs
- TimeSpanStorage.cs
- StylusPointDescription.cs
- RequestStatusBarUpdateEventArgs.cs
- ControlAdapter.cs
- Expression.cs
- CheckBoxRenderer.cs
- DoubleLinkListEnumerator.cs
- Publisher.cs
- TypedTableBaseExtensions.cs
- TimeSpanValidatorAttribute.cs
- Blend.cs
- FixedSOMLineRanges.cs
- TCEAdapterGenerator.cs
- RegionInfo.cs
- CompilationUtil.cs
- X509Certificate2.cs
- PrintPageEvent.cs
- ScriptBehaviorDescriptor.cs
- WebPartConnectionsCancelEventArgs.cs
- ConstraintManager.cs
- ReflectionUtil.cs
- HMACMD5.cs
- WebPartConnectionsCancelEventArgs.cs
- PropertyGeneratedEventArgs.cs
- TextDocumentView.cs
- DataTableTypeConverter.cs
- ResetableIterator.cs
- MobileCapabilities.cs
- DropShadowBitmapEffect.cs
- FreezableOperations.cs
- ReceiveActivity.cs
- XmlBoundElement.cs
- RuntimeArgumentHandle.cs
- Aes.cs
- KnownBoxes.cs
- InputBinding.cs
- SqlCommandBuilder.cs
- AdornerDecorator.cs
- UserPreferenceChangedEventArgs.cs
- VariableQuery.cs
- ParsedAttributeCollection.cs
- VisualBasic.cs
- StringOutput.cs
- SByte.cs
- TableItemStyle.cs
- UnknownMessageReceivedEventArgs.cs
- ScriptReferenceEventArgs.cs
- MasterPageCodeDomTreeGenerator.cs
- PixelShader.cs
- EnumerableCollectionView.cs
- ConfigurationSettings.cs
- Int32.cs
- DataSourceXmlClassAttribute.cs
- TextStore.cs
- XmlNodeReader.cs
- RegisteredArrayDeclaration.cs
- ICspAsymmetricAlgorithm.cs
- MdbDataFileEditor.cs
- ByteConverter.cs
- PromptStyle.cs
- SqlCacheDependencyDatabaseCollection.cs
- Stylesheet.cs
- NetworkAddressChange.cs