Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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 ListAdditionalInterfaces { get { return this._additionalInterfaces; } } /// /// Members to be included in the new type's definition /// public ListAdditionalMembers { get { return this._additionalMembers; } } /// /// Attributes to be added to the property's CustomAttributes collection /// public ListAdditionalAttributes { 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 ListAdditionalInterfaces { get { return this._additionalInterfaces; } } /// /// Members to be included in the new type's definition /// public ListAdditionalMembers { get { return this._additionalMembers; } } /// /// Attributes to be added to the property's CustomAttributes collection /// public ListAdditionalAttributes { 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
- ControlDesigner.cs
- SchemaCreator.cs
- IdentityManager.cs
- PriorityItem.cs
- CredentialManagerDialog.cs
- MaterializeFromAtom.cs
- JournalEntryListConverter.cs
- ErrorFormatterPage.cs
- StateFinalizationDesigner.cs
- PropertyCondition.cs
- MatrixAnimationBase.cs
- BrushValueSerializer.cs
- OdbcConnectionPoolProviderInfo.cs
- Transform3D.cs
- ProcessHostMapPath.cs
- WpfGeneratedKnownProperties.cs
- SqlVisitor.cs
- XmlSchemaAnnotated.cs
- SymbolEqualComparer.cs
- AsymmetricKeyExchangeDeformatter.cs
- DesignerCapabilities.cs
- XPathBinder.cs
- Grant.cs
- Rfc2898DeriveBytes.cs
- CapabilitiesPattern.cs
- MobileControl.cs
- coordinatorfactory.cs
- HiddenFieldDesigner.cs
- BitmapSource.cs
- UnionCqlBlock.cs
- SqlTriggerAttribute.cs
- RecognizedPhrase.cs
- StorageRoot.cs
- CodeDirectiveCollection.cs
- ZeroOpNode.cs
- DbConnectionPoolGroupProviderInfo.cs
- XPathSelfQuery.cs
- WebPartCancelEventArgs.cs
- MembershipValidatePasswordEventArgs.cs
- PageContentAsyncResult.cs
- BuildDependencySet.cs
- MethodToken.cs
- DockPattern.cs
- ConsoleKeyInfo.cs
- ObjectKeyFrameCollection.cs
- CompilerTypeWithParams.cs
- TableColumn.cs
- MDIControlStrip.cs
- PeerCollaborationPermission.cs
- DataGridViewRowCollection.cs
- TypeHelpers.cs
- querybuilder.cs
- ExtentKey.cs
- Site.cs
- DemultiplexingClientMessageFormatter.cs
- SettingsProviderCollection.cs
- HtmlImage.cs
- Transform3DGroup.cs
- ObjectDataSourceEventArgs.cs
- WorkflowServiceHost.cs
- RootProfilePropertySettingsCollection.cs
- TempFiles.cs
- ComAwareEventInfo.cs
- NumericExpr.cs
- ListBindingConverter.cs
- BrowsableAttribute.cs
- BamlWriter.cs
- EntityModelSchemaGenerator.cs
- HwndTarget.cs
- RemotingAttributes.cs
- SvcMapFileSerializer.cs
- FormatConvertedBitmap.cs
- SqlConnectionHelper.cs
- TimeSpanFormat.cs
- ImageCodecInfoPrivate.cs
- DetailsViewModeEventArgs.cs
- ModifierKeysValueSerializer.cs
- XmlConvert.cs
- Compiler.cs
- EditorBrowsableAttribute.cs
- RuleSettings.cs
- SessionParameter.cs
- DbConnectionFactory.cs
- TagMapInfo.cs
- TreeNodeEventArgs.cs
- IIS7WorkerRequest.cs
- TableHeaderCell.cs
- ImageAnimator.cs
- Crc32.cs
- Columns.cs
- FocusChangedEventArgs.cs
- GPPOINTF.cs
- CommandHelper.cs
- SqlError.cs
- ToolStripDropDownMenu.cs
- Span.cs
- SqlDataSourceSelectingEventArgs.cs
- RenamedEventArgs.cs
- CreateDataSourceDialog.cs
- TreeNodeCollection.cs