Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / SchemaType.cs / 1305376 / SchemaType.cs
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// @owner [....]
// @backupOwner [....]
//---------------------------------------------------------------------
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Xml;
using System.Data;
namespace System.Data.EntityModel.SchemaObjectModel
{
///
/// Summary description for SchemaType.
///
internal abstract class SchemaType : SchemaElement
{
#region Public Properties
///
/// Gets the Namespace that this type is in.
///
///
public string Namespace
{
get
{
return Schema.Namespace;
}
}
///
///
///
public override string Identity
{
get
{
return Namespace + "." + Name;
}
}
///
///
///
public override string FQName
{
get
{
return Namespace + "." + Name;
}
}
#endregion
#region Protected Methods
///
///
///
///
internal SchemaType(Schema parentElement)
: base(parentElement)
{
}
#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;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Xml;
using System.Data;
namespace System.Data.EntityModel.SchemaObjectModel
{
///
/// Summary description for SchemaType.
///
internal abstract class SchemaType : SchemaElement
{
#region Public Properties
///
/// Gets the Namespace that this type is in.
///
///
public string Namespace
{
get
{
return Schema.Namespace;
}
}
///
///
///
public override string Identity
{
get
{
return Namespace + "." + Name;
}
}
///
///
///
public override string FQName
{
get
{
return Namespace + "." + Name;
}
}
#endregion
#region Protected Methods
///
///
///
///
internal SchemaType(Schema parentElement)
: base(parentElement)
{
}
#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
- ActiveXHelper.cs
- XsltContext.cs
- Stack.cs
- ListViewHitTestInfo.cs
- LocalValueEnumerator.cs
- TextParentUndoUnit.cs
- SiteMapPath.cs
- X509WindowsSecurityToken.cs
- CacheEntry.cs
- NetWebProxyFinder.cs
- SignatureHelper.cs
- GeometryValueSerializer.cs
- NullableLongSumAggregationOperator.cs
- AlternateView.cs
- basecomparevalidator.cs
- DbProviderFactories.cs
- DataGridViewColumnStateChangedEventArgs.cs
- MasterPageCodeDomTreeGenerator.cs
- SafeReadContext.cs
- TreeViewImageIndexConverter.cs
- AccessibleObject.cs
- DataSetFieldSchema.cs
- SqlExpressionNullability.cs
- OutputScopeManager.cs
- TableItemPattern.cs
- ClientSettingsSection.cs
- MulticastDelegate.cs
- FocusWithinProperty.cs
- PhonemeEventArgs.cs
- ListViewUpdateEventArgs.cs
- SmiTypedGetterSetter.cs
- Stack.cs
- JoinQueryOperator.cs
- SubclassTypeValidatorAttribute.cs
- CodeBinaryOperatorExpression.cs
- contentDescriptor.cs
- ConnectionOrientedTransportChannelListener.cs
- SmiSettersStream.cs
- DataGridCommandEventArgs.cs
- CompressionTracing.cs
- MTConfigUtil.cs
- ToolStripContainerActionList.cs
- CompModHelpers.cs
- Setter.cs
- PropertyConverter.cs
- PeerChannelFactory.cs
- ListParaClient.cs
- SqlBuffer.cs
- graph.cs
- BindingList.cs
- UndoManager.cs
- RectIndependentAnimationStorage.cs
- SqlTrackingQuery.cs
- IfAction.cs
- WriterOutput.cs
- SafeUserTokenHandle.cs
- ParameterCollection.cs
- SwitchElementsCollection.cs
- CompositeActivityTypeDescriptorProvider.cs
- AutoResetEvent.cs
- ToolStripOverflowButton.cs
- DataGridRelationshipRow.cs
- DocumentSignatureManager.cs
- KeyboardDevice.cs
- DataSetMappper.cs
- ParserHooks.cs
- XMLSyntaxException.cs
- TTSEvent.cs
- WindowsSecurityToken.cs
- TextWriter.cs
- ACE.cs
- XamlVector3DCollectionSerializer.cs
- DesignTimeParseData.cs
- DataQuery.cs
- DataTableMappingCollection.cs
- TimeIntervalCollection.cs
- FixedPosition.cs
- SoapSchemaImporter.cs
- CollectionBuilder.cs
- RangeBaseAutomationPeer.cs
- EntityContainer.cs
- GroupQuery.cs
- FreezableCollection.cs
- TreeBuilderXamlTranslator.cs
- ColorAnimationUsingKeyFrames.cs
- MatrixKeyFrameCollection.cs
- EdmProviderManifest.cs
- GeneralTransform2DTo3DTo2D.cs
- Calendar.cs
- DocumentPageView.cs
- Module.cs
- MethodBody.cs
- DataGridViewControlCollection.cs
- CompositeScriptReferenceEventArgs.cs
- XmlSerializerNamespaces.cs
- Parsers.cs
- Viewport3DAutomationPeer.cs
- relpropertyhelper.cs
- ButtonFlatAdapter.cs
- Compiler.cs