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
- LinqDataSourceDisposeEventArgs.cs
- TransformedBitmap.cs
- GroupByExpressionRewriter.cs
- RegexInterpreter.cs
- UpdatePanelControlTrigger.cs
- PlaceHolder.cs
- SQlBooleanStorage.cs
- ClickablePoint.cs
- SafeHandle.cs
- Int32Animation.cs
- BrowserDefinition.cs
- AffineTransform3D.cs
- TransformCollection.cs
- InvokeHandlers.cs
- DbParameterCollectionHelper.cs
- SqlDataSourceView.cs
- CLSCompliantAttribute.cs
- RawAppCommandInputReport.cs
- TimelineGroup.cs
- graph.cs
- ConfigurationLocation.cs
- GroupByExpressionRewriter.cs
- DataGridViewCellStyleBuilderDialog.cs
- FormConverter.cs
- ZoneLinkButton.cs
- DocumentGrid.cs
- ComponentChangingEvent.cs
- ConditionChanges.cs
- SmtpFailedRecipientsException.cs
- XamlSerializer.cs
- SolidBrush.cs
- Size3DValueSerializer.cs
- PathSegment.cs
- BrowserTree.cs
- DataKey.cs
- GridViewCommandEventArgs.cs
- ComponentResourceKey.cs
- EnumerableValidator.cs
- RTLAwareMessageBox.cs
- DbProviderManifest.cs
- XamlPathDataSerializer.cs
- HtmlTableRow.cs
- Quad.cs
- DescendentsWalkerBase.cs
- ApplicationSecurityManager.cs
- BinaryObjectReader.cs
- SocketException.cs
- RowUpdatingEventArgs.cs
- TypedColumnHandler.cs
- DurableInstanceProvider.cs
- NamespaceDecl.cs
- HTMLTagNameToTypeMapper.cs
- LayoutInformation.cs
- LogLogRecord.cs
- SqlWriter.cs
- XmlDictionaryReaderQuotas.cs
- TraceRecords.cs
- DictionaryManager.cs
- IDQuery.cs
- Select.cs
- XPathExpr.cs
- PathSegment.cs
- AnimatedTypeHelpers.cs
- NamespaceList.cs
- SqlCommandSet.cs
- PerformanceCounterPermission.cs
- NavigatingCancelEventArgs.cs
- CommandArguments.cs
- FieldAccessException.cs
- TCPClient.cs
- ApplicationContext.cs
- XmlParser.cs
- DBConcurrencyException.cs
- MimeParameters.cs
- ButtonChrome.cs
- Identity.cs
- FamilyTypefaceCollection.cs
- TemplateEditingFrame.cs
- Compress.cs
- RegisteredHiddenField.cs
- ErrorTableItemStyle.cs
- PageAsyncTask.cs
- IisTraceWebEventProvider.cs
- CommandHelper.cs
- CSharpCodeProvider.cs
- Empty.cs
- Win32KeyboardDevice.cs
- PrimitiveXmlSerializers.cs
- SchemaCollectionPreprocessor.cs
- DefaultTraceListener.cs
- Durable.cs
- DataTableNewRowEvent.cs
- SmiSettersStream.cs
- TextEmbeddedObject.cs
- OutputCacheProfile.cs
- XamlRtfConverter.cs
- HtmlForm.cs
- MessageQuerySet.cs
- DataMemberFieldEditor.cs
- ColumnHeader.cs