Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / Tracking / TrackingProfile.cs / 1305376 / TrackingProfile.cs
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using System.Xml; using System.Xml.Schema; using System.IO; using System.Reflection; using System.Diagnostics; using System.Runtime.Serialization; using System.Security.Permissions; using System.Globalization; //using System.Workflow.Activities; using System.Workflow.ComponentModel; using System.Workflow.Runtime; using System.Workflow.Runtime.Hosting; using Hosting = System.Workflow.Runtime.Hosting; namespace System.Workflow.Runtime.Tracking { [Serializable] public class TrackingProfile { #region Private Data Members private System.Version _version; private ActivityTrackPointCollection _activities = new ActivityTrackPointCollection(); private UserTrackPointCollection _code = new UserTrackPointCollection(); private WorkflowTrackPointCollection _instance = new WorkflowTrackPointCollection(); #endregion #region Constructors public TrackingProfile() { } #endregion #region Public Properties public ActivityTrackPointCollection ActivityTrackPoints { get { return _activities; } } public UserTrackPointCollection UserTrackPoints { get { return _code; } } public WorkflowTrackPointCollection WorkflowTrackPoints { get { return _instance; } } public Version Version { get { return _version; } set { _version = value; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using System.Xml; using System.Xml.Schema; using System.IO; using System.Reflection; using System.Diagnostics; using System.Runtime.Serialization; using System.Security.Permissions; using System.Globalization; //using System.Workflow.Activities; using System.Workflow.ComponentModel; using System.Workflow.Runtime; using System.Workflow.Runtime.Hosting; using Hosting = System.Workflow.Runtime.Hosting; namespace System.Workflow.Runtime.Tracking { [Serializable] public class TrackingProfile { #region Private Data Members private System.Version _version; private ActivityTrackPointCollection _activities = new ActivityTrackPointCollection(); private UserTrackPointCollection _code = new UserTrackPointCollection(); private WorkflowTrackPointCollection _instance = new WorkflowTrackPointCollection(); #endregion #region Constructors public TrackingProfile() { } #endregion #region Public Properties public ActivityTrackPointCollection ActivityTrackPoints { get { return _activities; } } public UserTrackPointCollection UserTrackPoints { get { return _code; } } public WorkflowTrackPointCollection WorkflowTrackPoints { get { return _instance; } } public Version Version { get { return _version; } set { _version = value; } } #endregion } } // 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
- DiscardableAttribute.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- BoolExpr.cs
- ArraySortHelper.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- SQLDoubleStorage.cs
- TransactionManager.cs
- NullableDoubleAverageAggregationOperator.cs
- WebGetAttribute.cs
- Icon.cs
- CurrentChangedEventManager.cs
- DataGridViewDesigner.cs
- StylusOverProperty.cs
- SafeNativeMethodsMilCoreApi.cs
- FillErrorEventArgs.cs
- TemplatePagerField.cs
- Privilege.cs
- RenderDataDrawingContext.cs
- CurrentChangingEventArgs.cs
- ZipIOLocalFileDataDescriptor.cs
- ForwardPositionQuery.cs
- AppSettingsExpressionBuilder.cs
- bidPrivateBase.cs
- BlockExpression.cs
- WmlListAdapter.cs
- ArrayList.cs
- externdll.cs
- CodeStatementCollection.cs
- StreamHelper.cs
- ElementNotAvailableException.cs
- XmlWriterTraceListener.cs
- XamlInterfaces.cs
- MetadataArtifactLoaderCompositeFile.cs
- FormParameter.cs
- SqlDataSourceFilteringEventArgs.cs
- BitmapEffectInput.cs
- DesignerAutoFormatStyle.cs
- TextCollapsingProperties.cs
- WebScriptEnablingElement.cs
- SingleAnimationUsingKeyFrames.cs
- InProcStateClientManager.cs
- DbParameterCollection.cs
- XsltSettings.cs
- DiffuseMaterial.cs
- TypeHelpers.cs
- TypedLocationWrapper.cs
- CodeIdentifier.cs
- EngineSiteSapi.cs
- PrintControllerWithStatusDialog.cs
- ClientTargetCollection.cs
- XPathNavigatorKeyComparer.cs
- XmlDataSource.cs
- PointKeyFrameCollection.cs
- OAVariantLib.cs
- ProcessInfo.cs
- ErrorHandlingReceiver.cs
- MsmqIntegrationInputMessage.cs
- ControlIdConverter.cs
- QueryStringParameter.cs
- EntityViewGenerator.cs
- ListSourceHelper.cs
- CngKeyBlobFormat.cs
- SecurityBindingElementImporter.cs
- CodeSnippetExpression.cs
- Int32CollectionConverter.cs
- Comparer.cs
- UserControl.cs
- ImageSource.cs
- SamlAttributeStatement.cs
- ReadOnlyHierarchicalDataSource.cs
- PrimarySelectionGlyph.cs
- DesignerTransactionCloseEvent.cs
- DoubleCollection.cs
- ScrollItemPatternIdentifiers.cs
- DecimalKeyFrameCollection.cs
- EventHandlingScope.cs
- FolderBrowserDialogDesigner.cs
- _AutoWebProxyScriptWrapper.cs
- NavigatingCancelEventArgs.cs
- ResourceManagerWrapper.cs
- DefaultSection.cs
- DataGridViewDataErrorEventArgs.cs
- GZipStream.cs
- ObjectStateManagerMetadata.cs
- UrlMappingCollection.cs
- CodeCommentStatement.cs
- UrlMappingCollection.cs
- TraceListener.cs
- DataSource.cs
- PropertyTabChangedEvent.cs
- ComplexType.cs
- CheckBox.cs
- DataColumnMapping.cs
- StylusPointPropertyInfoDefaults.cs
- TriggerAction.cs
- TableLayoutPanelCellPosition.cs
- CommonObjectSecurity.cs
- ExecutionContext.cs
- COM2IDispatchConverter.cs
- InstanceLockQueryResult.cs