Show / Hide Table of Contents

Class ActivityInfo

Inheritance
System.Object
ActivityInfo
Namespace: System.Activities.Tracking
Assembly: System.Activities.dll
Syntax
public sealed class ActivityInfo : Object

Constructors

ActivityInfo(String, String, String, String)

Declaration
public ActivityInfo(string name, string id, string instanceId, string typeName)
Parameters
System.String name

System.String id

System.String instanceId

System.String typeName

Properties

Id

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

InstanceId

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

Name

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

TypeName

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

Methods

ToString()

Declaration
public override string ToString()
Returns
System.String

Back to top Generated by DocFX