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
- LinkTarget.cs
- TypeUtils.cs
- GroupBoxRenderer.cs
- TextRenderingModeValidation.cs
- WindowsIdentity.cs
- OrderedDictionary.cs
- ContainerVisual.cs
- DataGridView.cs
- PasswordRecoveryDesigner.cs
- MultiPageTextView.cs
- OdbcConnectionFactory.cs
- LostFocusEventManager.cs
- SuppressMergeCheckAttribute.cs
- CellTreeNodeVisitors.cs
- ElementHost.cs
- AuthorizationRuleCollection.cs
- ItemList.cs
- StreamSecurityUpgradeProvider.cs
- ISFClipboardData.cs
- QueryOutputWriterV1.cs
- XmlAttribute.cs
- Style.cs
- QueryContinueDragEventArgs.cs
- TickBar.cs
- SplineKeyFrames.cs
- NGCSerializer.cs
- DesignerVerb.cs
- CallSiteHelpers.cs
- SecurityContextCookieSerializer.cs
- MobileFormsAuthentication.cs
- AnimationClockResource.cs
- DesignerAttribute.cs
- XmlUtilWriter.cs
- DiscoveryReferences.cs
- StringSource.cs
- TimeStampChecker.cs
- PipeException.cs
- TemplatedWizardStep.cs
- ShaderEffect.cs
- DefaultExpression.cs
- CompositeFontParser.cs
- IconConverter.cs
- XmlException.cs
- Int32CAMarshaler.cs
- BaseParser.cs
- Int64Animation.cs
- RequestValidator.cs
- Icon.cs
- SmiEventStream.cs
- ServiceDesigner.cs
- PathGeometry.cs
- ConstructorNeedsTagAttribute.cs
- StrokeNodeOperations2.cs
- StandardBindingElement.cs
- SignatureToken.cs
- BoolExpressionVisitors.cs
- RuntimeConfig.cs
- ParameterToken.cs
- FormViewPageEventArgs.cs
- ThumbButtonInfoCollection.cs
- EncoderNLS.cs
- xml.cs
- EdmFunction.cs
- XamlReaderHelper.cs
- StringBuilder.cs
- MetadataArtifactLoaderFile.cs
- IChannel.cs
- XmlElement.cs
- ConfigurationSettings.cs
- TextSelectionProcessor.cs
- CheckableControlBaseAdapter.cs
- Matrix3D.cs
- DoubleCollectionConverter.cs
- ChtmlLinkAdapter.cs
- ColorConvertedBitmap.cs
- GradientStop.cs
- NativeWindow.cs
- Blend.cs
- XmlSchemaInclude.cs
- FontFamily.cs
- ObjectDataSourceEventArgs.cs
- MetadataPropertyAttribute.cs
- CalendarDayButton.cs
- QilXmlReader.cs
- TextDecorationLocationValidation.cs
- SafeNativeMethods.cs
- PathFigure.cs
- Token.cs
- MemberJoinTreeNode.cs
- ContentType.cs
- StrongTypingException.cs
- ReflectPropertyDescriptor.cs
- CompositeDuplexElement.cs
- ZipIOBlockManager.cs
- Operand.cs
- BamlRecordReader.cs
- _AutoWebProxyScriptWrapper.cs
- CharacterString.cs
- EtwTrace.cs
- OleAutBinder.cs