Show / Hide Table of Contents

Class BookmarkResumptionRecord

Inheritance
System.Object
TrackingRecord
BookmarkResumptionRecord
Inherited Members
TrackingRecord.InstanceId
TrackingRecord.RecordNumber
TrackingRecord.EventTime
TrackingRecord.Level
TrackingRecord.Annotations
TrackingRecord.HasAnnotations
Namespace: System.Activities.Tracking
Assembly: System.Activities.dll
Syntax
public sealed class BookmarkResumptionRecord : TrackingRecord

Constructors

BookmarkResumptionRecord(Guid, Int64, Guid, String, ActivityInfo)

Declaration
public BookmarkResumptionRecord(Guid instanceId, long recordNumber, Guid bookmarkScope, string bookmarkName, ActivityInfo owner)
Parameters
System.Guid instanceId

System.Int64 recordNumber

System.Guid bookmarkScope

System.String bookmarkName

ActivityInfo owner

Properties

BookmarkName

Declaration
public string BookmarkName { get; }
Property Value
System.String

BookmarkScope

Declaration
public Guid BookmarkScope { get; }
Property Value
System.Guid

Owner

Declaration
public ActivityInfo Owner { get; }
Property Value
ActivityInfo

Payload

Declaration
public object Payload { get; }
Property Value
System.Object

Methods

Clone()

Declaration
protected override TrackingRecord Clone()
Returns
TrackingRecord

Overrides
TrackingRecord.Clone()

ToString()

Declaration
public override string ToString()
Returns
System.String

Overrides
TrackingRecord.ToString()
Back to top Generated by DocFX