Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.WorkflowServices / System / Workflow / Activities / Design / ServiceOperationListItemList.cs / 1305376 / ServiceOperationListItemList.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Workflow.Activities.Design { using System.Runtime; using System.ServiceModel; class ServiceOperationListItemList : NamedObjectList{ protected override string GeneratedNameFormatResource { get { return SR2.GeneratedOperationNameFormat; } } protected override ServiceOperationListItem CreateObject(string name) { ServiceOperationListItem result = new WorkflowServiceOperationListItem(); result.Name = name; return result; } protected override string GetName(ServiceOperationListItem obj) { Fx.Assert(obj != null, "Null object passed to ServiceOperationListItemList.GetName()"); return obj.Name; } } } // 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
- DynamicRenderer.cs
- OleDbConnection.cs
- ScrollPatternIdentifiers.cs
- HebrewCalendar.cs
- ReflectPropertyDescriptor.cs
- StringAnimationUsingKeyFrames.cs
- graph.cs
- precedingsibling.cs
- HtmlTernaryTree.cs
- SocketStream.cs
- GB18030Encoding.cs
- Accessors.cs
- DBConnectionString.cs
- TypeForwardedToAttribute.cs
- Pointer.cs
- WebPartHelpVerb.cs
- Point4DValueSerializer.cs
- ExpressionVisitorHelpers.cs
- XmlCharacterData.cs
- MethodToken.cs
- HtmlFormAdapter.cs
- TabletCollection.cs
- KeyboardNavigation.cs
- SelectionRangeConverter.cs
- ProfileGroupSettings.cs
- AssemblyInfo.cs
- PtsHost.cs
- ArrayExtension.cs
- PersonalizationState.cs
- AddDataControlFieldDialog.cs
- ScrollViewer.cs
- HostedTcpTransportManager.cs
- MoveSizeWinEventHandler.cs
- BitmapEditor.cs
- MissingManifestResourceException.cs
- PasswordDeriveBytes.cs
- LinkDesigner.cs
- CharUnicodeInfo.cs
- AsymmetricSignatureDeformatter.cs
- SecureConversationVersion.cs
- ProxyHelper.cs
- COM2ExtendedUITypeEditor.cs
- ContextMenuAutomationPeer.cs
- EndPoint.cs
- PerformanceCounter.cs
- Point3DAnimationUsingKeyFrames.cs
- HostingEnvironmentWrapper.cs
- MembershipUser.cs
- TemplateLookupAction.cs
- BooleanConverter.cs
- BroadcastEventHelper.cs
- CodeDelegateInvokeExpression.cs
- NamedPipeActivation.cs
- RegexTree.cs
- PerspectiveCamera.cs
- EntityDataSourceChangedEventArgs.cs
- TextDocumentView.cs
- AnnotationHelper.cs
- WebServicesSection.cs
- ColumnMapCopier.cs
- securitycriticaldataformultiplegetandset.cs
- AttributeProviderAttribute.cs
- SqlDataSource.cs
- TypeLoader.cs
- CodeAttributeArgumentCollection.cs
- Partitioner.cs
- CellCreator.cs
- SymbolEqualComparer.cs
- FixedSOMPageElement.cs
- GraphicsState.cs
- ColorConvertedBitmap.cs
- UserControl.cs
- OdbcConnectionHandle.cs
- SQLInt16.cs
- SizeAnimationClockResource.cs
- TextContainerChangeEventArgs.cs
- IResourceProvider.cs
- RightsManagementErrorHandler.cs
- baseaxisquery.cs
- PrintDialog.cs
- Transactions.cs
- MultiDataTrigger.cs
- ColorTranslator.cs
- DebuggerAttributes.cs
- SmtpFailedRecipientException.cs
- RegexCompilationInfo.cs
- SoapTypeAttribute.cs
- ValidationHelpers.cs
- PeekCompletedEventArgs.cs
- TextTreeInsertUndoUnit.cs
- XamlWriterExtensions.cs
- ToolStripItem.cs
- InternalResources.cs
- XPathAncestorQuery.cs
- EntityCodeGenerator.cs
- ApplicationDirectory.cs
- ValueQuery.cs
- ContentPropertyAttribute.cs
- DateRangeEvent.cs
- safex509handles.cs