Class Activity
- Namespace
- Dynamicweb.DataProcessing
- Assembly
- Dynamicweb.Core.dll
Represents a data processing activity.
public class Activity
- Inheritance
-
Activity
- Inherited Members
Constructors
Activity(string)
Initializes a new instance of the Activity class.
public Activity(string name)
Parameters
name
stringThe name.
Activity(string, string)
Initializes a new instance of the Activity class.
public Activity(string name, string description)
Parameters
Properties
CreatedDate
Gets the created date.
public DateTime CreatedDate { get; }
Property Value
- DateTime
The created date.
Description
Gets or sets the description.
public string? Description { get; set; }
Property Value
- string
The description.
Id
Gets the identifier.
public string? Id { get; }
Property Value
- string
The identifier.
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
- string
The name.
UpdatedDate
Gets the updated date.
public DateTime UpdatedDate { get; }
Property Value
- DateTime
The updated date.