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
- SchemaLookupTable.cs
- ServiceContractGenerationContext.cs
- ComboBoxRenderer.cs
- ChannelDispatcherCollection.cs
- Canvas.cs
- ViewService.cs
- TraceSwitch.cs
- SimpleHandlerFactory.cs
- BinaryFormatterWriter.cs
- DocumentViewer.cs
- ResourcePermissionBaseEntry.cs
- BrowserCapabilitiesCompiler.cs
- WebExceptionStatus.cs
- PDBReader.cs
- HtmlDocument.cs
- SiteIdentityPermission.cs
- ListControlDesigner.cs
- TreeViewImageGenerator.cs
- altserialization.cs
- ExeConfigurationFileMap.cs
- ACE.cs
- SystemWebSectionGroup.cs
- RemotingSurrogateSelector.cs
- DataKey.cs
- Decorator.cs
- DataAdapter.cs
- DesignerSelectionListAdapter.cs
- FloatUtil.cs
- ArithmeticException.cs
- TableHeaderCell.cs
- RNGCryptoServiceProvider.cs
- MatrixConverter.cs
- ProtocolElementCollection.cs
- RemotingConfiguration.cs
- DbProviderSpecificTypePropertyAttribute.cs
- RectKeyFrameCollection.cs
- LabelDesigner.cs
- PriorityBindingExpression.cs
- FixUp.cs
- Binding.cs
- Int32.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- BoundField.cs
- SqlConnectionPoolGroupProviderInfo.cs
- EdmSchemaAttribute.cs
- TextTreeText.cs
- AttachInfo.cs
- AccessControlEntry.cs
- UmAlQuraCalendar.cs
- SmtpTransport.cs
- CodeChecksumPragma.cs
- WindowsGraphics.cs
- UnmanagedMemoryStream.cs
- ListBase.cs
- SecurityState.cs
- ScriptIgnoreAttribute.cs
- ExpressionReplacer.cs
- DependencyPropertyValueSerializer.cs
- PageHandlerFactory.cs
- DrawingContextWalker.cs
- DataGridLinkButton.cs
- GiveFeedbackEvent.cs
- ProfileInfo.cs
- XmlConvert.cs
- EntityExpressionVisitor.cs
- TypeSemantics.cs
- _NestedSingleAsyncResult.cs
- WorkflowStateRollbackService.cs
- WebBrowsableAttribute.cs
- XmlReflectionMember.cs
- TreeNode.cs
- WebControlAdapter.cs
- FilterQuery.cs
- ObjectItemConventionAssemblyLoader.cs
- BinaryMessageEncodingElement.cs
- TextFormatter.cs
- TableCellAutomationPeer.cs
- ResourceIDHelper.cs
- RawStylusSystemGestureInputReport.cs
- SmiMetaData.cs
- _NestedMultipleAsyncResult.cs
- Page.cs
- DateTimeUtil.cs
- RepeatButtonAutomationPeer.cs
- ReadOnlyCollection.cs
- wgx_sdk_version.cs
- HtmlLink.cs
- MimePart.cs
- SqlDataSourceCommandEventArgs.cs
- TraceUtils.cs
- PtsCache.cs
- ConfigurationElement.cs
- cookie.cs
- ApplicationSecurityInfo.cs
- PaintEvent.cs
- SqlDataSourceStatusEventArgs.cs
- EventMappingSettings.cs
- MessageHeader.cs
- Padding.cs
- OracleFactory.cs