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
- PointAnimation.cs
- ExceptionRoutedEventArgs.cs
- FamilyCollection.cs
- ReadOnlyPropertyMetadata.cs
- ParenthesizePropertyNameAttribute.cs
- ChannelServices.cs
- HttpEncoder.cs
- ProcessModule.cs
- Subtract.cs
- QueryLifecycle.cs
- PrinterSettings.cs
- GPRECT.cs
- TypeHelper.cs
- NameValueFileSectionHandler.cs
- basecomparevalidator.cs
- WebPartActionVerb.cs
- AppDomainProtocolHandler.cs
- SoapExtensionTypeElement.cs
- ImageAutomationPeer.cs
- WeakReferenceEnumerator.cs
- XmlIncludeAttribute.cs
- SystemKeyConverter.cs
- RichTextBox.cs
- DelegateBodyWriter.cs
- ReliabilityContractAttribute.cs
- DataShape.cs
- SafeMemoryMappedViewHandle.cs
- EntityDataSourceSelectingEventArgs.cs
- HealthMonitoringSection.cs
- ObjectDataSourceEventArgs.cs
- GridViewColumn.cs
- CollectionsUtil.cs
- SessionStateModule.cs
- PeerNeighborManager.cs
- SqlSelectStatement.cs
- TrustManagerMoreInformation.cs
- LiteralLink.cs
- StrongName.cs
- BindUriHelper.cs
- ButtonBase.cs
- ColorTransformHelper.cs
- TextBoxBaseDesigner.cs
- RawAppCommandInputReport.cs
- AutomationEventArgs.cs
- SingleTagSectionHandler.cs
- StreamGeometry.cs
- ActivityMarkupSerializationProvider.cs
- EntityDataSourceWrapperCollection.cs
- Pair.cs
- StreamWriter.cs
- SQLMoneyStorage.cs
- ConfigurationSectionGroupCollection.cs
- AsymmetricSignatureFormatter.cs
- BitmapEffectRenderDataResource.cs
- xdrvalidator.cs
- MasterPageParser.cs
- ContextMenuStripActionList.cs
- DifferencingCollection.cs
- DecodeHelper.cs
- ListViewGroupConverter.cs
- IteratorFilter.cs
- Pair.cs
- ActivityDesignerResources.cs
- SqlDependencyUtils.cs
- XmlSignatureManifest.cs
- Part.cs
- GroupByQueryOperator.cs
- XamlDebuggerXmlReader.cs
- SoapSchemaExporter.cs
- SessionStateContainer.cs
- XsdBuilder.cs
- Int32AnimationUsingKeyFrames.cs
- CommonGetThemePartSize.cs
- MenuItemBinding.cs
- Single.cs
- EUCJPEncoding.cs
- RNGCryptoServiceProvider.cs
- CompilerCollection.cs
- ObjectDisposedException.cs
- SqlDataSourceEnumerator.cs
- DeclarativeCatalogPart.cs
- TreeNodeCollection.cs
- ItemCheckedEvent.cs
- TableLayoutPanel.cs
- XmlElementCollection.cs
- Rotation3D.cs
- autovalidator.cs
- Range.cs
- AttributeProviderAttribute.cs
- RequestResizeEvent.cs
- DbConnectionPoolCounters.cs
- XmlnsDictionary.cs
- SerializationObjectManager.cs
- CodeCatchClauseCollection.cs
- SessionStateUtil.cs
- WizardForm.cs
- EncodingTable.cs
- ValueType.cs
- IriParsingElement.cs
- DataGridViewCellStyle.cs