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 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
- MSG.cs
- ProfileSettings.cs
- PolicyManager.cs
- FileDetails.cs
- RequestCachingSection.cs
- NavigationCommands.cs
- DelegatingTypeDescriptionProvider.cs
- SystemWebCachingSectionGroup.cs
- ByteAnimation.cs
- UshortList2.cs
- ListView.cs
- MetadataReference.cs
- QueryAccessibilityHelpEvent.cs
- DataServiceHostFactory.cs
- HtmlElementEventArgs.cs
- RegularExpressionValidator.cs
- SelectionEditingBehavior.cs
- HandlerMappingMemo.cs
- sqlmetadatafactory.cs
- BasicViewGenerator.cs
- NavigationExpr.cs
- PenContexts.cs
- UserValidatedEventArgs.cs
- TextFormatterImp.cs
- WizardStepBase.cs
- SerializationInfoEnumerator.cs
- OrthographicCamera.cs
- Guid.cs
- SQlBooleanStorage.cs
- PeerName.cs
- XmlSchemaAttributeGroup.cs
- BaseInfoTable.cs
- HttpHandlerActionCollection.cs
- WorkflowCompensationBehavior.cs
- XmlSignificantWhitespace.cs
- DrawingVisualDrawingContext.cs
- CfgRule.cs
- QueueTransferProtocol.cs
- TextContainerHelper.cs
- DataRecordInternal.cs
- TraceLog.cs
- EntityDataSourceContextDisposingEventArgs.cs
- SchemaLookupTable.cs
- SlipBehavior.cs
- ScriptComponentDescriptor.cs
- CodeAccessSecurityEngine.cs
- ToolboxComponentsCreatedEventArgs.cs
- EdgeModeValidation.cs
- AmbientLight.cs
- SetterBaseCollection.cs
- KeyValuePairs.cs
- MasterPageBuildProvider.cs
- RangeBase.cs
- SecurityException.cs
- EnterpriseServicesHelper.cs
- CompareValidator.cs
- ListViewGroupItemCollection.cs
- LogicalExpressionEditor.cs
- TemplateBuilder.cs
- ExpressionBuilder.cs
- ValidationError.cs
- PeerDuplexChannel.cs
- PageAsyncTaskManager.cs
- RuleConditionDialog.cs
- DynamicEndpoint.cs
- PartialList.cs
- DbMetaDataFactory.cs
- SecurityElement.cs
- CssStyleCollection.cs
- CheckedListBox.cs
- IFlowDocumentViewer.cs
- CatalogZoneBase.cs
- PresentationAppDomainManager.cs
- Base64Encoder.cs
- PathFigure.cs
- HttpHandlersSection.cs
- ProfileProvider.cs
- VectorCollectionConverter.cs
- VirtualDirectoryMappingCollection.cs
- VideoDrawing.cs
- WindowsAuthenticationModule.cs
- TextRangeEditTables.cs
- StrokeNodeEnumerator.cs
- PickBranch.cs
- HttpChannelHelper.cs
- _BaseOverlappedAsyncResult.cs
- DefaultMemberAttribute.cs
- ObjRef.cs
- ExpressionList.cs
- ActivationServices.cs
- WindowsProgressbar.cs
- ConfigXmlCDataSection.cs
- WebPartHelpVerb.cs
- QuaternionAnimationBase.cs
- RepeatBehaviorConverter.cs
- ColorIndependentAnimationStorage.cs
- SingleConverter.cs
- util.cs
- Keywords.cs
- TransactionFlowElement.cs