Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Design / system / Data / EntityModel / TypeGeneratedEventArgs.cs / 1305376 / TypeGeneratedEventArgs.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.CodeDom; using System.Collections.Generic; using System.Data.Metadata.Edm; namespace System.Data.Services.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 /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002", Justification = "Same as System.Data.Entity.Design")] public ListAdditionalInterfaces { get { return this._additionalInterfaces; } } /// /// Members to be included in the new type's definition /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002", Justification = "Same as System.Data.Entity.Design")] public ListAdditionalMembers { get { return this._additionalMembers; } } /// /// Attributes to be added to the property's CustomAttributes collection /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002", Justification = "Same as System.Data.Entity.Design")] 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.CodeDom; using System.Collections.Generic; using System.Data.Metadata.Edm; namespace System.Data.Services.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 /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002", Justification = "Same as System.Data.Entity.Design")] public ListAdditionalInterfaces { get { return this._additionalInterfaces; } } /// /// Members to be included in the new type's definition /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002", Justification = "Same as System.Data.Entity.Design")] public ListAdditionalMembers { get { return this._additionalMembers; } } /// /// Attributes to be added to the property's CustomAttributes collection /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1002", Justification = "Same as System.Data.Entity.Design")] 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
- NodeFunctions.cs
- PropertyInformation.cs
- SqlTriggerContext.cs
- Calendar.cs
- MultiSelector.cs
- ControlEvent.cs
- CommonXSendMessage.cs
- ProcessHostServerConfig.cs
- ThreadPool.cs
- KeysConverter.cs
- PipelineComponent.cs
- SharedPerformanceCounter.cs
- RemoteCryptoDecryptRequest.cs
- DebuggerAttributes.cs
- LingerOption.cs
- XPathQueryGenerator.cs
- BitmapCodecInfo.cs
- ExpressionConverter.cs
- DecimalFormatter.cs
- CopyOnWriteList.cs
- SqlRowUpdatingEvent.cs
- DiagnosticsConfiguration.cs
- ResourceManagerWrapper.cs
- ObjectListDataBindEventArgs.cs
- TextViewSelectionProcessor.cs
- TemplateXamlParser.cs
- ToolboxItemLoader.cs
- StylusPointPropertyInfoDefaults.cs
- HttpResponse.cs
- QilExpression.cs
- DesignSurfaceEvent.cs
- IPCCacheManager.cs
- DataBinder.cs
- TableRow.cs
- DataGridViewImageCell.cs
- RowVisual.cs
- HttpHandler.cs
- SchemaTableColumn.cs
- SafeWaitHandle.cs
- NetworkInterface.cs
- WriteableBitmap.cs
- DataGridItemEventArgs.cs
- ComAdminWrapper.cs
- RichTextBox.cs
- AggregateNode.cs
- DBConnectionString.cs
- WindowsEditBoxRange.cs
- LocationFactory.cs
- CustomLineCap.cs
- HtmlTextBoxAdapter.cs
- ServiceNameElementCollection.cs
- ListBoxItemAutomationPeer.cs
- DrawingGroupDrawingContext.cs
- TextBoxBase.cs
- SoapAttributeOverrides.cs
- IndexingContentUnit.cs
- TranslateTransform3D.cs
- SpecialFolderEnumConverter.cs
- Label.cs
- AppDomainAttributes.cs
- XmlnsCache.cs
- TextElementAutomationPeer.cs
- MsmqVerifier.cs
- unsafenativemethodstextservices.cs
- XPathMessageFilterElementCollection.cs
- TextServicesCompartmentEventSink.cs
- XmlSchemaType.cs
- Events.cs
- InternalReceiveMessage.cs
- ObjectItemCollection.cs
- WebPartZoneBase.cs
- BrowsableAttribute.cs
- ClientSession.cs
- ColorTransformHelper.cs
- WebPartConnectionsCancelVerb.cs
- PropertyCondition.cs
- DropShadowBitmapEffect.cs
- XmlSchemaImport.cs
- CodeDefaultValueExpression.cs
- DataTableMappingCollection.cs
- Attachment.cs
- XmlDictionaryString.cs
- SqlBulkCopy.cs
- EventRouteFactory.cs
- OperationContractGenerationContext.cs
- TemplateXamlParser.cs
- InternalControlCollection.cs
- GeneralTransform.cs
- WSDualHttpSecurityMode.cs
- PointLightBase.cs
- DefaultAsyncDataDispatcher.cs
- CodeNamespaceImportCollection.cs
- XPathItem.cs
- FileDialogCustomPlace.cs
- SqlConnectionPoolProviderInfo.cs
- RecordConverter.cs
- ProxyGenerationError.cs
- DiagnosticsConfigurationHandler.cs
- UnsafeNativeMethodsPenimc.cs
- TransformGroup.cs