Class BookmarkScope
Inheritance
System.Object
BookmarkScope
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class BookmarkScope : Object, IEquatable<BookmarkScope>
Constructors
BookmarkScope(Guid)
Declaration
public BookmarkScope(Guid id)
Parameters
System.Guid
id
|
Properties
Default
Id
Declaration
public Guid Id { get; }
Property Value
System.Guid
|
IsInitialized
Declaration
public bool IsInitialized { get; }
Property Value
System.Boolean
|
Methods
Equals(BookmarkScope)
Declaration
public bool Equals(BookmarkScope other)
Parameters
BookmarkScope
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Initialize(NativeActivityContext, Guid)
Declaration
public void Initialize(NativeActivityContext context, Guid id)
Parameters
NativeActivityContext
context
|
System.Guid
id
|