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
- TypeProvider.cs
- IteratorFilter.cs
- ListViewAutomationPeer.cs
- ItemCheckedEvent.cs
- DisplayNameAttribute.cs
- NavigationExpr.cs
- oledbconnectionstring.cs
- SkinBuilder.cs
- Propagator.Evaluator.cs
- FilteredXmlReader.cs
- XappLauncher.cs
- CurrencyWrapper.cs
- Adorner.cs
- SignatureHelper.cs
- BindingExpressionUncommonField.cs
- TableCell.cs
- ActiveXHost.cs
- ProfileProvider.cs
- IndexingContentUnit.cs
- PerspectiveCamera.cs
- DrawListViewColumnHeaderEventArgs.cs
- ControlPropertyNameConverter.cs
- handlecollector.cs
- mediapermission.cs
- ResourceManagerWrapper.cs
- ReservationCollection.cs
- NotifyInputEventArgs.cs
- LayoutEvent.cs
- CfgArc.cs
- OperationCanceledException.cs
- LinkLabel.cs
- FrameworkTemplate.cs
- NumericUpDownAcceleration.cs
- TraceFilter.cs
- Exceptions.cs
- UserUseLicenseDictionaryLoader.cs
- CompoundFileReference.cs
- SyndicationDeserializer.cs
- TranslateTransform.cs
- SecurityProtocolCorrelationState.cs
- DataControlLinkButton.cs
- WebServiceParameterData.cs
- ListViewTableCell.cs
- PatternMatcher.cs
- QilList.cs
- CookielessHelper.cs
- PolyLineSegment.cs
- ValueProviderWrapper.cs
- PlainXmlWriter.cs
- SafeEventLogReadHandle.cs
- RegistrationServices.cs
- XsdBuildProvider.cs
- OperationValidationEventArgs.cs
- AxHost.cs
- hresults.cs
- PenCursorManager.cs
- AnimationClock.cs
- TreeWalker.cs
- GenericEnumConverter.cs
- SiteIdentityPermission.cs
- TableLayoutPanelCellPosition.cs
- AuthenticationConfig.cs
- QuerySettings.cs
- DecoderReplacementFallback.cs
- MemoryRecordBuffer.cs
- Pair.cs
- elementinformation.cs
- __FastResourceComparer.cs
- WindowsPen.cs
- cookiecontainer.cs
- ReverseInheritProperty.cs
- ResXResourceSet.cs
- URLAttribute.cs
- ReadOnlyHierarchicalDataSourceView.cs
- GlobalProxySelection.cs
- ByteStreamMessageUtility.cs
- PropertyTabChangedEvent.cs
- sqlpipe.cs
- BindingMemberInfo.cs
- SortQuery.cs
- BitmapEffectvisualstate.cs
- XmlDataProvider.cs
- PermissionRequestEvidence.cs
- CriticalFileToken.cs
- ClientProxyGenerator.cs
- ResourcesBuildProvider.cs
- GuidTagList.cs
- StyleTypedPropertyAttribute.cs
- HtmlTableRow.cs
- TabPanel.cs
- UIElement3D.cs
- OciEnlistContext.cs
- ConfigurationElementProperty.cs
- EmptyEnumerator.cs
- EntryWrittenEventArgs.cs
- RelationshipWrapper.cs
- COM2AboutBoxPropertyDescriptor.cs
- CommandID.cs
- SynchronousReceiveBehavior.cs
- Attributes.cs