Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / System.Runtime.DurableInstancing / System / Runtime / WorkflowNamespace.cs / 1305376 / WorkflowNamespace.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Runtime { using System.Xml.Linq; [Fx.Tag.XamlVisible(false)] static class WorkflowNamespace { const string baseNamespace = "urn:schemas-microsoft-com:System.Activities/4.0/properties"; static readonly XNamespace workflowNamespace = XNamespace.Get(baseNamespace); static readonly XNamespace variablesNamespace = XNamespace.Get(baseNamespace + "/variables"); static readonly XNamespace outputNamespace = XNamespace.Get(baseNamespace + "/output"); static XName workflowHostType; static XName status; static XName bookmarks; static XName lastUpdate; static XName exception; static XName workflow; static XName keyProvider; public static XNamespace VariablesPath { get { return variablesNamespace; } } public static XNamespace OutputPath { get { return outputNamespace; } } public static XName WorkflowHostType { get { if (workflowHostType == null) { workflowHostType = workflowNamespace.GetName("WorkflowHostType"); } return workflowHostType; } } public static XName Status { get { if (status == null) { status = workflowNamespace.GetName("Status"); } return status; } } public static XName Bookmarks { get { if (bookmarks == null) { bookmarks = workflowNamespace.GetName("Bookmarks"); } return bookmarks; } } public static XName LastUpdate { get { if (lastUpdate == null) { lastUpdate = workflowNamespace.GetName("LastUpdate"); } return lastUpdate; } } public static XName Exception { get { if (exception == null) { exception = workflowNamespace.GetName("Exception"); } return exception; } } public static XName Workflow { get { if (workflow == null) { workflow = workflowNamespace.GetName("Workflow"); } return workflow; } } public static XName KeyProvider { get { if (keyProvider == null) { keyProvider = workflowNamespace.GetName("KeyProvider"); } return keyProvider; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Runtime { using System.Xml.Linq; [Fx.Tag.XamlVisible(false)] static class WorkflowNamespace { const string baseNamespace = "urn:schemas-microsoft-com:System.Activities/4.0/properties"; static readonly XNamespace workflowNamespace = XNamespace.Get(baseNamespace); static readonly XNamespace variablesNamespace = XNamespace.Get(baseNamespace + "/variables"); static readonly XNamespace outputNamespace = XNamespace.Get(baseNamespace + "/output"); static XName workflowHostType; static XName status; static XName bookmarks; static XName lastUpdate; static XName exception; static XName workflow; static XName keyProvider; public static XNamespace VariablesPath { get { return variablesNamespace; } } public static XNamespace OutputPath { get { return outputNamespace; } } public static XName WorkflowHostType { get { if (workflowHostType == null) { workflowHostType = workflowNamespace.GetName("WorkflowHostType"); } return workflowHostType; } } public static XName Status { get { if (status == null) { status = workflowNamespace.GetName("Status"); } return status; } } public static XName Bookmarks { get { if (bookmarks == null) { bookmarks = workflowNamespace.GetName("Bookmarks"); } return bookmarks; } } public static XName LastUpdate { get { if (lastUpdate == null) { lastUpdate = workflowNamespace.GetName("LastUpdate"); } return lastUpdate; } } public static XName Exception { get { if (exception == null) { exception = workflowNamespace.GetName("Exception"); } return exception; } } public static XName Workflow { get { if (workflow == null) { workflow = workflowNamespace.GetName("Workflow"); } return workflow; } } public static XName KeyProvider { get { if (keyProvider == null) { keyProvider = workflowNamespace.GetName("KeyProvider"); } return keyProvider; } } } } // 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
- RoutingTable.cs
- KeyTimeConverter.cs
- PersonalizationProvider.cs
- XPathNode.cs
- DataSourceBooleanViewSchemaConverter.cs
- DataGridCaption.cs
- ObjectStateFormatter.cs
- Canvas.cs
- HtmlTableCell.cs
- SqlServer2KCompatibilityAnnotation.cs
- DSACryptoServiceProvider.cs
- Transform3DGroup.cs
- ContainerTracking.cs
- PopupRoot.cs
- BamlLocalizableResource.cs
- Rijndael.cs
- SourceElementsCollection.cs
- CatalogPartChrome.cs
- AssemblyBuilderData.cs
- MethodCallConverter.cs
- Grant.cs
- DataGridAddNewRow.cs
- SqlDeflator.cs
- Psha1DerivedKeyGenerator.cs
- PriorityQueue.cs
- DependencyPropertyKind.cs
- WebEventTraceProvider.cs
- RequestSecurityToken.cs
- SubpageParagraph.cs
- ManagementBaseObject.cs
- LinearKeyFrames.cs
- Rotation3DAnimation.cs
- EventMappingSettingsCollection.cs
- DiagnosticsConfigurationHandler.cs
- TogglePattern.cs
- SingleObjectCollection.cs
- CompositeDuplexBindingElement.cs
- DataGridViewEditingControlShowingEventArgs.cs
- UIPermission.cs
- Dictionary.cs
- EncoderFallback.cs
- ChangeConflicts.cs
- TextCollapsingProperties.cs
- DataPagerFieldItem.cs
- Pens.cs
- XmlTextReader.cs
- ExpressionBuilder.cs
- TransactionManager.cs
- TextServicesManager.cs
- Win32.cs
- WorkflowCommandExtensionItem.cs
- ArrangedElement.cs
- MediaContext.cs
- CodePropertyReferenceExpression.cs
- DbDataReader.cs
- ToolStripComboBox.cs
- ClientBase.cs
- HotSpotCollection.cs
- ImageListUtils.cs
- AsyncCompletedEventArgs.cs
- BeginEvent.cs
- ProfileBuildProvider.cs
- UserControlAutomationPeer.cs
- WebChannelFactory.cs
- PathSegment.cs
- DocumentReference.cs
- ScriptReferenceEventArgs.cs
- CodeBinaryOperatorExpression.cs
- AutomationPattern.cs
- GeneratedContractType.cs
- LockedActivityGlyph.cs
- EmptyStringExpandableObjectConverter.cs
- ListDictionaryInternal.cs
- ConsoleKeyInfo.cs
- Content.cs
- SerializationIncompleteException.cs
- BuildProviderCollection.cs
- LayoutEditorPart.cs
- KeyValuePairs.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- ApplicationProxyInternal.cs
- TemplateApplicationHelper.cs
- MediaContext.cs
- Internal.cs
- EdmFunction.cs
- ModuleBuilder.cs
- _HeaderInfoTable.cs
- WpfXamlType.cs
- AnimationException.cs
- CryptoApi.cs
- ExtensionQuery.cs
- WinFormsSpinner.cs
- AttributedMetaModel.cs
- ConstructorNeedsTagAttribute.cs
- PerformanceCounterCategory.cs
- DetailsViewDeletedEventArgs.cs
- CodeDelegateCreateExpression.cs
- UrlPath.cs
- QuadraticBezierSegment.cs
- SystemWebSectionGroup.cs