Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / Tools / xws_reg / ActionItem.cs / 1 / ActionItem.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.Tools.ServiceModel { using System; using System.ServiceModel.Install; internal class ActionItem { ServiceModelInstallComponent component; InstallAction action; OutputLevel outputLevel; internal ActionItem(ServiceModelInstallComponent component, InstallAction action, OutputLevel outputLevel) { this.component = component; this.action = action; this.outputLevel = outputLevel; } internal ServiceModelInstallComponent Component { get { return this.component; } } internal InstallAction Action { get { return this.action; } } internal OutputLevel OutputLevel { get { return this.outputLevel; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NavigationProgressEventArgs.cs
- ImageSourceConverter.cs
- FilePrompt.cs
- FixedPageStructure.cs
- RepeaterItemEventArgs.cs
- GestureRecognitionResult.cs
- AsyncPostBackErrorEventArgs.cs
- ContentControl.cs
- DesignerAdapterAttribute.cs
- SchemaImporterExtensionElementCollection.cs
- SafeHandles.cs
- FileVersionInfo.cs
- Transform3DCollection.cs
- CustomErrorCollection.cs
- BCLDebug.cs
- RelationshipConverter.cs
- PropertyContainer.cs
- SpecialFolderEnumConverter.cs
- TextPointerBase.cs
- NominalTypeEliminator.cs
- GeneralTransform3DGroup.cs
- FormViewUpdateEventArgs.cs
- ListBoxItemAutomationPeer.cs
- BindingNavigator.cs
- MDIClient.cs
- SelectorItemAutomationPeer.cs
- DataGridItemAutomationPeer.cs
- HttpBrowserCapabilitiesBase.cs
- XmlNamespaceManager.cs
- OracleCommandBuilder.cs
- UserControlParser.cs
- ConfigurationManagerHelper.cs
- CmsUtils.cs
- QilInvokeEarlyBound.cs
- TemplateControlCodeDomTreeGenerator.cs
- ParamArrayAttribute.cs
- SerialPinChanges.cs
- FileChangeNotifier.cs
- SqlNamer.cs
- BitmapMetadata.cs
- ListViewSortEventArgs.cs
- Label.cs
- ApplyHostConfigurationBehavior.cs
- QilInvokeEarlyBound.cs
- QuaternionAnimationUsingKeyFrames.cs
- WebPartTracker.cs
- NotificationContext.cs
- DbFunctionCommandTree.cs
- ClusterRegistryConfigurationProvider.cs
- XmlQueryTypeFactory.cs
- Serializer.cs
- WindowsListViewScroll.cs
- StringAttributeCollection.cs
- DoubleUtil.cs
- SudsCommon.cs
- ReaderContextStackData.cs
- Roles.cs
- PolyBezierSegment.cs
- ConfigXmlSignificantWhitespace.cs
- OdbcReferenceCollection.cs
- DependencyPropertyChangedEventArgs.cs
- DiffuseMaterial.cs
- Activator.cs
- URLMembershipCondition.cs
- DataSysAttribute.cs
- InputScope.cs
- PointCollection.cs
- ADConnectionHelper.cs
- Expr.cs
- AuthenticationService.cs
- DataSourceView.cs
- ComponentDispatcherThread.cs
- MenuItemAutomationPeer.cs
- SvcMapFileLoader.cs
- PageAsyncTask.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- MsdtcClusterUtils.cs
- FieldBuilder.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- TypeUtil.cs
- Models.cs
- ScrollPattern.cs
- PropertyPushdownHelper.cs
- PrintPreviewGraphics.cs
- MouseGestureValueSerializer.cs
- FloaterParaClient.cs
- VisualProxy.cs
- Window.cs
- Rectangle.cs
- NgenServicingAttributes.cs
- SignedXmlDebugLog.cs
- RemotingConfiguration.cs
- IListConverters.cs
- SerializerDescriptor.cs
- SimpleHandlerFactory.cs
- bidPrivateBase.cs
- EntityTypeEmitter.cs
- TraceHandler.cs
- SmtpLoginAuthenticationModule.cs
- PropertyConverter.cs