Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / CreationContext.cs / 1305376 / CreationContext.cs
#region Imports using System; using System.ComponentModel; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Collections.ObjectModel; using System.Configuration; using System.Reflection; using System.Threading; using System.Globalization; using System.IO; using System.Workflow.Runtime.Hosting; using System.Workflow.Runtime.Configuration; using System.Workflow.ComponentModel; using System.Workflow.Runtime.Tracking; using System.Workflow.ComponentModel.Compiler; using System.Xml; using System.Workflow.Runtime.DebugEngine; using System.Workflow.ComponentModel.Serialization; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; #endregion namespace System.Workflow.Runtime { internal sealed class CreationContext { internal Type Type; internal XmlReader XomlReader; internal XmlReader RulesReader; internal WorkflowExecutor InvokerExecutor; internal string InvokeActivityID; internal DictionaryArgs; internal bool IsActivation; internal bool Created; internal CreationContext(Type type, WorkflowExecutor invokerExec, string invokeActivityID, Dictionary args) { Type = type; InvokerExecutor = invokerExec; InvokeActivityID = invokeActivityID; Args = args; IsActivation = true; } internal CreationContext(XmlReader xomlReader, XmlReader rulesReader, Dictionary args) { XomlReader = xomlReader; RulesReader = rulesReader; InvokerExecutor = null; InvokeActivityID = null; Args = args; IsActivation = true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. #region Imports using System; using System.ComponentModel; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Collections.ObjectModel; using System.Configuration; using System.Reflection; using System.Threading; using System.Globalization; using System.IO; using System.Workflow.Runtime.Hosting; using System.Workflow.Runtime.Configuration; using System.Workflow.ComponentModel; using System.Workflow.Runtime.Tracking; using System.Workflow.ComponentModel.Compiler; using System.Xml; using System.Workflow.Runtime.DebugEngine; using System.Workflow.ComponentModel.Serialization; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; #endregion namespace System.Workflow.Runtime { internal sealed class CreationContext { internal Type Type; internal XmlReader XomlReader; internal XmlReader RulesReader; internal WorkflowExecutor InvokerExecutor; internal string InvokeActivityID; internal Dictionary Args; internal bool IsActivation; internal bool Created; internal CreationContext(Type type, WorkflowExecutor invokerExec, string invokeActivityID, Dictionary args) { Type = type; InvokerExecutor = invokerExec; InvokeActivityID = invokeActivityID; Args = args; IsActivation = true; } internal CreationContext(XmlReader xomlReader, XmlReader rulesReader, Dictionary args) { XomlReader = xomlReader; RulesReader = rulesReader; InvokerExecutor = null; InvokeActivityID = null; Args = args; IsActivation = true; } } } // 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
- TableCell.cs
- AutoCompleteStringCollection.cs
- RemoteWebConfigurationHostServer.cs
- SingleAnimationUsingKeyFrames.cs
- CircleHotSpot.cs
- ConnectorRouter.cs
- Oid.cs
- ClientBuildManager.cs
- PublishLicense.cs
- Constraint.cs
- DataDocumentXPathNavigator.cs
- ErrorWrapper.cs
- PartialCachingAttribute.cs
- SelectionService.cs
- DataListCommandEventArgs.cs
- ActivationArguments.cs
- TagPrefixCollection.cs
- FunctionMappingTranslator.cs
- WebServiceBindingAttribute.cs
- VectorKeyFrameCollection.cs
- DataGridColumn.cs
- RequestCachingSection.cs
- DataAccessor.cs
- TextBreakpoint.cs
- TextBox.cs
- ComponentEditorForm.cs
- DelayedRegex.cs
- PasswordBox.cs
- DownloadProgressEventArgs.cs
- SendMailErrorEventArgs.cs
- DES.cs
- HTTP_SERVICE_CONFIG_URLACL_PARAM.cs
- ClientOperation.cs
- ScopelessEnumAttribute.cs
- WindowsAuthenticationModule.cs
- Operator.cs
- SpecialNameAttribute.cs
- ValidatedControlConverter.cs
- ColumnResult.cs
- SqlTrackingService.cs
- CodeArrayCreateExpression.cs
- Attributes.cs
- clipboard.cs
- DbConnectionPoolOptions.cs
- ProcessHostFactoryHelper.cs
- DataObjectSettingDataEventArgs.cs
- SourceItem.cs
- ScopedMessagePartSpecification.cs
- RuntimeConfigLKG.cs
- QueryCacheKey.cs
- CompilerCollection.cs
- UriSectionData.cs
- DecimalConstantAttribute.cs
- WsdlImporterElementCollection.cs
- Oid.cs
- HttpWebResponse.cs
- NavigationHelper.cs
- ListSortDescription.cs
- EmptyElement.cs
- ResourceManagerWrapper.cs
- XmlImplementation.cs
- SelectionGlyphBase.cs
- TreeViewBindingsEditor.cs
- CalendarDateChangedEventArgs.cs
- JavaScriptObjectDeserializer.cs
- ResourceDictionary.cs
- WebPartDisplayMode.cs
- XhtmlBasicLinkAdapter.cs
- PriorityRange.cs
- XmlValidatingReader.cs
- SelectedCellsChangedEventArgs.cs
- ClientScriptManager.cs
- SignatureDescription.cs
- LazyTextWriterCreator.cs
- HostDesigntimeLicenseContext.cs
- LocalizableAttribute.cs
- RichTextBox.cs
- ExpressionBuilderContext.cs
- FixedFindEngine.cs
- PropertyTabAttribute.cs
- ExpressionQuoter.cs
- Selection.cs
- ContextStaticAttribute.cs
- RegistryHandle.cs
- DeferredReference.cs
- TextCompositionManager.cs
- SystemIPGlobalStatistics.cs
- TraceUtility.cs
- InternalTypeHelper.cs
- InputProviderSite.cs
- webclient.cs
- VirtualPathProvider.cs
- DispatcherSynchronizationContext.cs
- regiisutil.cs
- ReferenceSchema.cs
- GridViewRowEventArgs.cs
- ToolStripDropDownClosedEventArgs.cs
- PropertyGridEditorPart.cs
- Pens.cs
- SerializationException.cs