Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / Property.cs / 1305376 / Property.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.Diagnostics;
using System.Xml;
using System.Data;
using System.Data.Metadata.Edm;
using System.Reflection;
using System.IO;
using System.Globalization;
namespace System.Data.EntityModel.SchemaObjectModel
{
internal abstract class Property : SchemaElement
{
///
/// Creates a Property object
///
/// The parent element
internal Property(StructuredType parentElement)
: base(parentElement)
{
}
///
/// Gets the Type of the property
///
public abstract SchemaType Type { get;}
}
}
// 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
- HttpCacheParams.cs
- PassportIdentity.cs
- SecureStringHasher.cs
- Propagator.ExtentPlaceholderCreator.cs
- ALinqExpressionVisitor.cs
- BinaryNode.cs
- Matrix.cs
- SrgsSemanticInterpretationTag.cs
- LinqDataSourceDisposeEventArgs.cs
- securitycriticaldataformultiplegetandset.cs
- JoinTreeNode.cs
- UnsafeNativeMethods.cs
- DragStartedEventArgs.cs
- BulletedList.cs
- RegistrationServices.cs
- Journaling.cs
- SiteOfOriginPart.cs
- BuildResult.cs
- Pens.cs
- DataGridPagerStyle.cs
- QueryAccessibilityHelpEvent.cs
- VirtualizingPanel.cs
- PrintPageEvent.cs
- TableCellCollection.cs
- SerializationBinder.cs
- HttpRawResponse.cs
- XslAstAnalyzer.cs
- FindCompletedEventArgs.cs
- DataGridViewAdvancedBorderStyle.cs
- RelatedImageListAttribute.cs
- KeyboardNavigation.cs
- TemplatedWizardStep.cs
- EditorPart.cs
- XsdDuration.cs
- PenThread.cs
- DBPropSet.cs
- HMAC.cs
- XamlPathDataSerializer.cs
- TraceInternal.cs
- RawStylusInputCustomDataList.cs
- TableCell.cs
- M3DUtil.cs
- FixedPageAutomationPeer.cs
- StringAttributeCollection.cs
- MemberPath.cs
- Unit.cs
- GlyphsSerializer.cs
- CompModSwitches.cs
- Query.cs
- UdpRetransmissionSettings.cs
- SystemEvents.cs
- OperationAbortedException.cs
- Environment.cs
- RuntimeResourceSet.cs
- MatrixAnimationBase.cs
- RSAPKCS1SignatureFormatter.cs
- ObjectReferenceStack.cs
- CompilerGlobalScopeAttribute.cs
- ComplusEndpointConfigContainer.cs
- CodeTypeParameterCollection.cs
- Cursors.cs
- XamlParser.cs
- DesignerActionList.cs
- RepeaterDesigner.cs
- SecurityToken.cs
- NetworkCredential.cs
- XmlSigningNodeWriter.cs
- ReadOnlyPropertyMetadata.cs
- Vector3D.cs
- VisualTreeUtils.cs
- QuestionEventArgs.cs
- TemplatedAdorner.cs
- PageCodeDomTreeGenerator.cs
- ByteRangeDownloader.cs
- CodeBinaryOperatorExpression.cs
- CallbackValidator.cs
- SamlAssertion.cs
- RangeValidator.cs
- BindingObserver.cs
- ObjectAnimationUsingKeyFrames.cs
- ServicePointManagerElement.cs
- XmlnsPrefixAttribute.cs
- LicenseContext.cs
- MethodCallTranslator.cs
- ObjectStateFormatter.cs
- SingleKeyFrameCollection.cs
- TypePropertyEditor.cs
- ImageFormatConverter.cs
- QueryOutputWriter.cs
- BitmapPalette.cs
- TableColumnCollectionInternal.cs
- Clause.cs
- PackageRelationshipCollection.cs
- RootBrowserWindowProxy.cs
- TreeBuilderBamlTranslator.cs
- InputScopeNameConverter.cs
- WebMethodAttribute.cs
- Choices.cs
- DesignerCategoryAttribute.cs
- PermissionSetTriple.cs