Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / Configuration / WorkflowRuntimeServiceElementCollection.cs / 1305376 / WorkflowRuntimeServiceElementCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Configuration; namespace System.Workflow.Runtime.Configuration { ///Collection of WorkflowRuntimeServiceSettings used by WorkflowRuntimeSection public class WorkflowRuntimeServiceElementCollection : ConfigurationElementCollection { ///Creates a new WorkflowRuntimeServiceSettings object ///An empty WorkflowRuntimeServiceSettings protected override ConfigurationElement CreateNewElement() { return new WorkflowRuntimeServiceElement(); } ///Returns the Type of the WorkflowRuntimeServiceSettings object /// The WorkflowRuntimeServiceSettings ///The Type name of the WorkflowRuntimeServiceSettings protected override object GetElementKey(ConfigurationElement settings) { return ((WorkflowRuntimeServiceElement)settings).Type; } ///Adds a WorkflowRuntimeServiceSettings object to this collection /// The settings object to add public void Add(WorkflowRuntimeServiceElement serviceSettings) { if (serviceSettings == null) throw new ArgumentNullException("serviceSettings"); base.BaseAdd(serviceSettings); } } } // 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
- ListControlConvertEventArgs.cs
- StandardRuntimeEnumValidatorAttribute.cs
- KeyManager.cs
- TemplateParser.cs
- IntMinMaxAggregationOperator.cs
- DefinitionBase.cs
- FrameworkElementAutomationPeer.cs
- CharAnimationBase.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- Size3D.cs
- AutomationProperties.cs
- ColumnCollection.cs
- SmtpAuthenticationManager.cs
- SqlDataSourceStatusEventArgs.cs
- NumericExpr.cs
- xmlglyphRunInfo.cs
- DataGridHeaderBorder.cs
- WrappedIUnknown.cs
- RegisteredScript.cs
- DispatchWrapper.cs
- DoubleConverter.cs
- EdmProviderManifest.cs
- DataGridTextBoxColumn.cs
- NamedPipeAppDomainProtocolHandler.cs
- XmlBinaryWriterSession.cs
- UIElement.cs
- ICollection.cs
- GradientStop.cs
- RegionInfo.cs
- TaiwanCalendar.cs
- RelationshipEndMember.cs
- SafeArrayTypeMismatchException.cs
- DataTableReaderListener.cs
- XamlStackWriter.cs
- TraceInternal.cs
- WindowsEditBoxRange.cs
- UriScheme.cs
- CodeTypeMemberCollection.cs
- SQLGuid.cs
- HtmlTitle.cs
- DataRowComparer.cs
- ToolbarAUtomationPeer.cs
- ObjectListCommandEventArgs.cs
- ClockController.cs
- TearOffProxy.cs
- BmpBitmapDecoder.cs
- Dispatcher.cs
- ImportedPolicyConversionContext.cs
- PropertyChangedEventArgs.cs
- SystemUdpStatistics.cs
- ReadOnlyNameValueCollection.cs
- ToolStripDesignerAvailabilityAttribute.cs
- Container.cs
- xsdvalidator.cs
- SystemResources.cs
- Solver.cs
- TrackingStringDictionary.cs
- SignatureToken.cs
- XmlIlGenerator.cs
- SoapAttributeOverrides.cs
- TextSelection.cs
- PublisherMembershipCondition.cs
- OleDbEnumerator.cs
- ReadContentAsBinaryHelper.cs
- FlowLayoutSettings.cs
- HashHelpers.cs
- SpotLight.cs
- InvalidPrinterException.cs
- ShaperBuffers.cs
- X509Chain.cs
- LinqDataSourceHelper.cs
- DataGridViewCellMouseEventArgs.cs
- AssociationProvider.cs
- BufferedGraphicsContext.cs
- OciEnlistContext.cs
- AppManager.cs
- FontFaceLayoutInfo.cs
- TdsParserStateObject.cs
- CallbackTimeoutsElement.cs
- FamilyTypefaceCollection.cs
- TextParagraph.cs
- DebugTrace.cs
- CacheAxisQuery.cs
- _NetworkingPerfCounters.cs
- ArgumentNullException.cs
- DataTableNewRowEvent.cs
- ObjectDataSourceStatusEventArgs.cs
- HtmlTextViewAdapter.cs
- Point3DConverter.cs
- TrustLevelCollection.cs
- ClientTargetSection.cs
- DrawingBrush.cs
- SystemIPInterfaceProperties.cs
- PathSegmentCollection.cs
- DbConnectionFactory.cs
- DataControlCommands.cs
- ObjectStateEntry.cs
- ControlPaint.cs
- SpeechEvent.cs
- SymLanguageVendor.cs