Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextBoxRenderer.cs
- RegionIterator.cs
- ButtonChrome.cs
- RowToParametersTransformer.cs
- Opcode.cs
- ClientConvert.cs
- ScriptingProfileServiceSection.cs
- RoleBoolean.cs
- _ContextAwareResult.cs
- RegexFCD.cs
- ScrollItemPattern.cs
- PriorityRange.cs
- HashMembershipCondition.cs
- TextPattern.cs
- BindUriHelper.cs
- AccessedThroughPropertyAttribute.cs
- UInt32Storage.cs
- DragEventArgs.cs
- AutomationPatternInfo.cs
- DbException.cs
- ObjRef.cs
- SqlDataSourceCustomCommandPanel.cs
- LogManagementAsyncResult.cs
- Calendar.cs
- ReferencedCollectionType.cs
- XamlInt32CollectionSerializer.cs
- ColumnClickEvent.cs
- ListBindingHelper.cs
- HostExecutionContextManager.cs
- DeploymentSection.cs
- DeclarativeCatalogPartDesigner.cs
- Glyph.cs
- ISAPIWorkerRequest.cs
- CombinedGeometry.cs
- LocalBuilder.cs
- Polygon.cs
- GuidConverter.cs
- ChameleonKey.cs
- RelationshipType.cs
- DoubleCollectionConverter.cs
- SystemTcpStatistics.cs
- SoundPlayer.cs
- DataColumnMapping.cs
- WmpBitmapEncoder.cs
- TextTreeUndo.cs
- ThicknessConverter.cs
- WebPartZoneAutoFormat.cs
- RadioButtonPopupAdapter.cs
- Accessible.cs
- GenericTypeParameterBuilder.cs
- DataBinding.cs
- XamlStream.cs
- NestedContainer.cs
- AuthenticationModuleElement.cs
- StickyNote.cs
- RegistryKey.cs
- Binding.cs
- SatelliteContractVersionAttribute.cs
- securitycriticaldataformultiplegetandset.cs
- UIElement.cs
- Select.cs
- MulticastOption.cs
- OperationFormatStyle.cs
- HttpWriter.cs
- HandlerBase.cs
- DataRowExtensions.cs
- safelinkcollection.cs
- CachedPathData.cs
- StringPropertyBuilder.cs
- FormsAuthenticationUserCollection.cs
- RegexBoyerMoore.cs
- PieceNameHelper.cs
- TablePatternIdentifiers.cs
- DeviceOverridableAttribute.cs
- ColumnResizeAdorner.cs
- WebBrowserNavigatedEventHandler.cs
- OrderedDictionaryStateHelper.cs
- ValidationHelpers.cs
- MiniAssembly.cs
- LinqDataSourceContextEventArgs.cs
- _ProxyChain.cs
- JsonEncodingStreamWrapper.cs
- Odbc32.cs
- TraceSection.cs
- C14NUtil.cs
- Speller.cs
- ZipFileInfoCollection.cs
- OleDbErrorCollection.cs
- EmbossBitmapEffect.cs
- PngBitmapDecoder.cs
- ThreadPoolTaskScheduler.cs
- QilLoop.cs
- PropertyBuilder.cs
- arc.cs
- TdsParser.cs
- CheckBoxBaseAdapter.cs
- Converter.cs
- BaseInfoTable.cs
- FacetEnabledSchemaElement.cs
- CustomUserNameSecurityTokenAuthenticator.cs