Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / Mapping / EntityViewGenerationAttribute.cs / 1 / EntityViewGenerationAttribute.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; namespace System.Data.Mapping { ////// Attribute to mark the assemblies that contain the generated views type. /// [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] public sealed class EntityViewGenerationAttribute : System.Attribute { #region Constructors ////// Constructor for EntityViewGenerationAttribute /// public EntityViewGenerationAttribute(Type viewGenerationType) { EntityUtil.CheckArgumentNull(viewGenerationType, "viewGenType"); m_viewGenType = viewGenerationType; } #endregion #region Fields private Type m_viewGenType; #endregion #region Properties public Type ViewGenerationType { get { return m_viewGenType; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; namespace System.Data.Mapping { ////// Attribute to mark the assemblies that contain the generated views type. /// [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] public sealed class EntityViewGenerationAttribute : System.Attribute { #region Constructors ////// Constructor for EntityViewGenerationAttribute /// public EntityViewGenerationAttribute(Type viewGenerationType) { EntityUtil.CheckArgumentNull(viewGenerationType, "viewGenType"); m_viewGenType = viewGenerationType; } #endregion #region Fields private Type m_viewGenType; #endregion #region Properties public Type ViewGenerationType { get { return m_viewGenType; } } #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
- RayHitTestParameters.cs
- EnumUnknown.cs
- DataObjectSettingDataEventArgs.cs
- MergablePropertyAttribute.cs
- ErrorStyle.cs
- EntitySqlQueryCacheEntry.cs
- SqlError.cs
- TemplatedWizardStep.cs
- DurationConverter.cs
- NativeMethodsCLR.cs
- Int32CAMarshaler.cs
- DbInsertCommandTree.cs
- _NestedSingleAsyncResult.cs
- SessionStateUtil.cs
- wgx_exports.cs
- ProfileSection.cs
- CollectionViewGroupRoot.cs
- WebServiceData.cs
- CompressedStack.cs
- ValidatorCompatibilityHelper.cs
- BitmapEffectvisualstate.cs
- safemediahandle.cs
- ComplexType.cs
- PrinterSettings.cs
- TextBox.cs
- SQlBooleanStorage.cs
- EmbeddedMailObject.cs
- Keywords.cs
- SHA256.cs
- HashAlgorithm.cs
- PackageRelationshipCollection.cs
- _SslStream.cs
- HitTestParameters.cs
- ReaderContextStackData.cs
- cache.cs
- ObjectStateManagerMetadata.cs
- TcpActivation.cs
- HttpFileCollection.cs
- ColorMap.cs
- ToolStrip.cs
- AxParameterData.cs
- Object.cs
- RtfToken.cs
- AmbientLight.cs
- ConfigLoader.cs
- Encoder.cs
- CallSiteBinder.cs
- ColorBlend.cs
- DynamicArgumentDialog.cs
- MethodCallExpression.cs
- ChannelSinkStacks.cs
- CollectionViewGroupInternal.cs
- ChannelSinkStacks.cs
- ComponentEditorForm.cs
- ContractCodeDomInfo.cs
- ThreadAbortException.cs
- AdCreatedEventArgs.cs
- EventMap.cs
- SyndicationSerializer.cs
- ProfileParameter.cs
- LinqExpressionNormalizer.cs
- BitmapEffectDrawingContextState.cs
- WsdlBuildProvider.cs
- AppSettingsExpressionEditor.cs
- GridViewEditEventArgs.cs
- FixedPageStructure.cs
- StorageComplexTypeMapping.cs
- WebPartAuthorizationEventArgs.cs
- Repeater.cs
- AutomationPropertyInfo.cs
- MessagePropertyFilter.cs
- EngineSiteSapi.cs
- Profiler.cs
- WebRequestModulesSection.cs
- TypeToArgumentTypeConverter.cs
- RowUpdatingEventArgs.cs
- FormatVersion.cs
- DataGridViewLinkColumn.cs
- LogicalTreeHelper.cs
- BoundsDrawingContextWalker.cs
- ScriptManagerProxy.cs
- ExternalDataExchangeService.cs
- VersionedStreamOwner.cs
- MultiPropertyDescriptorGridEntry.cs
- LineInfo.cs
- MenuItemBindingCollection.cs
- UIElementIsland.cs
- Label.cs
- UrlMappingsSection.cs
- SqlBuilder.cs
- EntitySqlQueryBuilder.cs
- CalloutQueueItem.cs
- InvalidOleVariantTypeException.cs
- MatrixValueSerializer.cs
- AdobeCFFWrapper.cs
- basenumberconverter.cs
- SafeSecurityHandles.cs
- DesignerActionMethodItem.cs
- EventMappingSettings.cs
- FormatVersion.cs