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
- XPathParser.cs
- WindowsAuthenticationModule.cs
- LoadItemsEventArgs.cs
- CatalogZoneBase.cs
- OracleConnectionFactory.cs
- Identity.cs
- CharacterMetrics.cs
- BitStream.cs
- PropertyValue.cs
- XmlILStorageConverter.cs
- CodeMemberMethod.cs
- Preprocessor.cs
- ParseElement.cs
- PageAdapter.cs
- GetIndexBinder.cs
- XmlNavigatorStack.cs
- Overlapped.cs
- MergablePropertyAttribute.cs
- ToolStripItemDesigner.cs
- ContentElementAutomationPeer.cs
- Types.cs
- ImageIndexConverter.cs
- DataGridViewLinkColumn.cs
- IdentitySection.cs
- XPathDocumentBuilder.cs
- Queue.cs
- DataFormats.cs
- StringConcat.cs
- SchemaInfo.cs
- PassportAuthenticationModule.cs
- AlphabeticalEnumConverter.cs
- Scanner.cs
- unsafenativemethodstextservices.cs
- DataRowChangeEvent.cs
- SHA512Managed.cs
- SecurityDocument.cs
- RegexCompilationInfo.cs
- HttpListenerException.cs
- EventPropertyMap.cs
- TypeLibConverter.cs
- PowerModeChangedEventArgs.cs
- Cursor.cs
- ThemeDirectoryCompiler.cs
- NativeCppClassAttribute.cs
- TreeViewAutomationPeer.cs
- UndirectedGraph.cs
- DateTimeSerializationSection.cs
- Metadata.cs
- TextRunTypographyProperties.cs
- HandlerBase.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- DeviceFilterEditorDialog.cs
- MetadataItem.cs
- RemoteWebConfigurationHost.cs
- ObjectSpanRewriter.cs
- ConfigurationException.cs
- DecryptedHeader.cs
- FrameworkContentElement.cs
- MessageSecurityVersionConverter.cs
- InvokeBinder.cs
- EntityAdapter.cs
- TextServicesHost.cs
- EventPropertyMap.cs
- BitmapEffectInputData.cs
- ClientSettingsProvider.cs
- BooleanKeyFrameCollection.cs
- StylusPointPropertyInfoDefaults.cs
- DataErrorValidationRule.cs
- WebCodeGenerator.cs
- MemberInfoSerializationHolder.cs
- DataGridClipboardHelper.cs
- StrokeDescriptor.cs
- ConnectorSelectionGlyph.cs
- XmlSchemaSimpleTypeUnion.cs
- ColorPalette.cs
- QueryCacheManager.cs
- HandlerMappingMemo.cs
- SafeHandles.cs
- ReflectionPermission.cs
- WindowsFormsHostAutomationPeer.cs
- ZipIOCentralDirectoryFileHeader.cs
- QueryContinueDragEventArgs.cs
- CodeMethodInvokeExpression.cs
- DataTableTypeConverter.cs
- XmlSchemaObjectTable.cs
- TextEditorThreadLocalStore.cs
- ButtonStandardAdapter.cs
- SiteMapNodeItem.cs
- KeyEventArgs.cs
- oledbmetadatacolumnnames.cs
- ContainerActivationHelper.cs
- ProtocolElementCollection.cs
- UpdateTranslator.cs
- SqlUserDefinedAggregateAttribute.cs
- InvalidCastException.cs
- VideoDrawing.cs
- ApplicationHost.cs
- CngProperty.cs
- ContractType.cs
- ProcessModelInfo.cs