Activity Class

Definition

A pipeline activity.

public class Activity
type Activity = class
Public Class Activity
Inheritance
Activity
Derived

Constructors

Activity()

Initializes a new instance of the Activity class.

Activity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>)

Initializes a new instance of the Activity class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

DependsOn

Gets or sets activity depends on condition.

Description

Gets or sets activity description.

Name

Gets or sets activity name.

UserProperties

Gets or sets activity user properties.

Methods

Validate()

Validate the object.

Applies to