Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntityDesign / Design / System / Data / EntityModel / TypeGeneratedEventArgs.cs / 1 / TypeGeneratedEventArgs.cs
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// @owner [....]
// @backupOwner [....]
//---------------------------------------------------------------------
using System;
using System.Data;
using System.CodeDom;
using System.Collections.Generic;
using System.Data.Metadata.Edm;
using System.Diagnostics;
namespace System.Data.Entity.Design
{
///
/// This class encapsulates the EventArgs dispatched as part of the event
/// raised when a type is generated.
///
public sealed class TypeGeneratedEventArgs : EventArgs
{
#region Private Data
private GlobalItem _typeSource;
private CodeTypeReference _baseType;
private List _additionalInterfaces = new List();
private List _additionalMembers = new List();
private List _additionalAttributes = new List();
#endregion
#region Constructors
///
/// Default constructor
///
public TypeGeneratedEventArgs()
{
}
///
/// Constructor
///
/// The source of the event
/// The base type of the type being generated
public TypeGeneratedEventArgs(GlobalItem typeSource, CodeTypeReference baseType)
{
this._typeSource = typeSource;
this._baseType = baseType;
}
#endregion
#region Properties
public GlobalItem TypeSource
{
get
{
return this._typeSource;
}
}
///
/// The type appropriate for the TypeSource
///
public CodeTypeReference BaseType
{
get
{
return this._baseType;
}
set
{
this._baseType = value;
}
}
///
/// Interfaces to be included in the new type's definition
///
public List AdditionalInterfaces
{
get
{
return this._additionalInterfaces;
}
}
///
/// Members to be included in the new type's definition
///
public List AdditionalMembers
{
get
{
return this._additionalMembers;
}
}
///
/// Attributes to be added to the property's CustomAttributes collection
///
public List AdditionalAttributes
{
get
{
return this._additionalAttributes;
}
}
#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.Data;
using System.CodeDom;
using System.Collections.Generic;
using System.Data.Metadata.Edm;
using System.Diagnostics;
namespace System.Data.Entity.Design
{
///
/// This class encapsulates the EventArgs dispatched as part of the event
/// raised when a type is generated.
///
public sealed class TypeGeneratedEventArgs : EventArgs
{
#region Private Data
private GlobalItem _typeSource;
private CodeTypeReference _baseType;
private List _additionalInterfaces = new List();
private List _additionalMembers = new List();
private List _additionalAttributes = new List();
#endregion
#region Constructors
///
/// Default constructor
///
public TypeGeneratedEventArgs()
{
}
///
/// Constructor
///
/// The source of the event
/// The base type of the type being generated
public TypeGeneratedEventArgs(GlobalItem typeSource, CodeTypeReference baseType)
{
this._typeSource = typeSource;
this._baseType = baseType;
}
#endregion
#region Properties
public GlobalItem TypeSource
{
get
{
return this._typeSource;
}
}
///
/// The type appropriate for the TypeSource
///
public CodeTypeReference BaseType
{
get
{
return this._baseType;
}
set
{
this._baseType = value;
}
}
///
/// Interfaces to be included in the new type's definition
///
public List AdditionalInterfaces
{
get
{
return this._additionalInterfaces;
}
}
///
/// Members to be included in the new type's definition
///
public List AdditionalMembers
{
get
{
return this._additionalMembers;
}
}
///
/// Attributes to be added to the property's CustomAttributes collection
///
public List AdditionalAttributes
{
get
{
return this._additionalAttributes;
}
}
#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
- LogExtentCollection.cs
- SizeAnimation.cs
- DeliveryRequirementsAttribute.cs
- controlskin.cs
- TextPointerBase.cs
- NameTable.cs
- HashHelper.cs
- GenericsInstances.cs
- SqlDataSourceFilteringEventArgs.cs
- formatter.cs
- DataGridViewDataConnection.cs
- HttpServerVarsCollection.cs
- ProgressBar.cs
- SQLDecimal.cs
- ZoneButton.cs
- EntityDataSourceDesigner.cs
- OdbcEnvironment.cs
- DetailsView.cs
- RequiredFieldValidator.cs
- AspNetSynchronizationContext.cs
- String.cs
- HttpResponseInternalWrapper.cs
- Stylus.cs
- PrimitiveOperationFormatter.cs
- KeyGesture.cs
- ContainerFilterService.cs
- SingleObjectCollection.cs
- AspCompat.cs
- DiscoveryCallbackBehavior.cs
- PropertiesTab.cs
- VisualTreeHelper.cs
- GridErrorDlg.cs
- XslCompiledTransform.cs
- SoapReflectionImporter.cs
- SendKeys.cs
- DefaultTextStore.cs
- ContextQuery.cs
- ErrorActivity.cs
- DrawingContext.cs
- AppDomainUnloadedException.cs
- TabControlCancelEvent.cs
- VisualStyleInformation.cs
- ResumeStoryboard.cs
- AutoSizeComboBox.cs
- PropertyToken.cs
- ResXResourceReader.cs
- Rotation3DAnimation.cs
- _ChunkParse.cs
- InfocardExtendedInformationCollection.cs
- XmlSchemaAttributeGroup.cs
- TextSelectionProcessor.cs
- NoneExcludedImageIndexConverter.cs
- ProxyFragment.cs
- IDReferencePropertyAttribute.cs
- ProviderConnectionPointCollection.cs
- Comparer.cs
- AsymmetricAlgorithm.cs
- XmlHierarchicalEnumerable.cs
- CodeThrowExceptionStatement.cs
- AlternateView.cs
- DivideByZeroException.cs
- RSAOAEPKeyExchangeFormatter.cs
- RemotingClientProxy.cs
- shaper.cs
- CodeCatchClause.cs
- SafeRightsManagementQueryHandle.cs
- XmlMapping.cs
- WebPartMinimizeVerb.cs
- ErrorFormatterPage.cs
- Mappings.cs
- ExpressionsCollectionEditor.cs
- HostingEnvironment.cs
- ObjectParameter.cs
- IdentityReference.cs
- XmlUTF8TextWriter.cs
- UnionCqlBlock.cs
- EncryptedData.cs
- DllNotFoundException.cs
- WindowsGrip.cs
- TrustLevelCollection.cs
- DataGridViewColumnConverter.cs
- CutCopyPasteHelper.cs
- AuthenticateEventArgs.cs
- DbProviderFactories.cs
- CultureNotFoundException.cs
- RemoteWebConfigurationHostStream.cs
- ConnectionsZone.cs
- MethodImplAttribute.cs
- TableLayoutSettings.cs
- RepeaterCommandEventArgs.cs
- PersonalizableAttribute.cs
- CustomErrorCollection.cs
- BaseHashHelper.cs
- WindowsTooltip.cs
- SpellCheck.cs
- sqlstateclientmanager.cs
- URLIdentityPermission.cs
- WmlPanelAdapter.cs
- ReliableReplySessionChannel.cs
- SortedDictionary.cs