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
- EntitySetDataBindingList.cs
- LinkArea.cs
- IdentityModelDictionary.cs
- MailWebEventProvider.cs
- CustomSignedXml.cs
- MetadataItemEmitter.cs
- DoubleCollectionValueSerializer.cs
- Converter.cs
- HiddenFieldPageStatePersister.cs
- FacetDescription.cs
- ProxyWebPartManager.cs
- MarkupCompilePass1.cs
- CategoryNameCollection.cs
- Contracts.cs
- SynchronizedReadOnlyCollection.cs
- ReadOnlyObservableCollection.cs
- webeventbuffer.cs
- OrthographicCamera.cs
- GregorianCalendar.cs
- Baml6ConstructorInfo.cs
- UnionCodeGroup.cs
- DirectoryInfo.cs
- MediaCommands.cs
- TextElementEditingBehaviorAttribute.cs
- PointLight.cs
- Pen.cs
- ControlIdConverter.cs
- StringStorage.cs
- DataSourceGroupCollection.cs
- Camera.cs
- PropertyMetadata.cs
- HWStack.cs
- SpellerInterop.cs
- TextRenderingModeValidation.cs
- RectValueSerializer.cs
- FixUp.cs
- ConditionChanges.cs
- SqlStream.cs
- DataControlImageButton.cs
- InputScope.cs
- QilSortKey.cs
- CryptoProvider.cs
- BamlRecordReader.cs
- ChannelManagerHelpers.cs
- Win32Interop.cs
- ProcessHostConfigUtils.cs
- FloaterBaseParaClient.cs
- LoaderAllocator.cs
- UIntPtr.cs
- StringArrayConverter.cs
- control.ime.cs
- WorkflowMessageEventHandler.cs
- TCPClient.cs
- MailWebEventProvider.cs
- NumberFormatInfo.cs
- Intellisense.cs
- CommandBindingCollection.cs
- KeyPullup.cs
- DataGridViewColumnTypePicker.cs
- WorkflowMarkupElementEventArgs.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- CodeAttachEventStatement.cs
- ProfileEventArgs.cs
- DataServiceRequest.cs
- TextEvent.cs
- XPathMessageFilterElement.cs
- TextRenderer.cs
- FixedSOMTextRun.cs
- Authorization.cs
- ExpandCollapsePatternIdentifiers.cs
- BitmapEffectGroup.cs
- WorkflowQueue.cs
- ScriptControl.cs
- SolidColorBrush.cs
- Propagator.JoinPropagator.cs
- HtmlElementCollection.cs
- ObjectDisposedException.cs
- BaseCodePageEncoding.cs
- FunctionUpdateCommand.cs
- TableRowGroup.cs
- TranslateTransform.cs
- ApplicationId.cs
- MenuEventArgs.cs
- SiteMapDataSourceView.cs
- StaticContext.cs
- XmlBindingWorker.cs
- MarkupExtensionParser.cs
- XmlDictionaryReaderQuotas.cs
- FilteredAttributeCollection.cs
- WriteStateInfoBase.cs
- KernelTypeValidation.cs
- RealizationDrawingContextWalker.cs
- ControlBuilder.cs
- XmlProcessingInstruction.cs
- StringCollection.cs
- HtmlInputRadioButton.cs
- Scene3D.cs
- SchemaDeclBase.cs
- SecurityTokenProvider.cs
- SystemParameters.cs