초기 커밋.
This commit is contained in:
23
DDUtilityApp/WORKFLOW/DATA/DynamicActivity.cs
Normal file
23
DDUtilityApp/WORKFLOW/DATA/DynamicActivity.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DDUtilityApp.WORKFLOW.DATA
|
||||
{
|
||||
|
||||
public class DynamicActivity
|
||||
{
|
||||
|
||||
public List<Parameter> Parameters { get; set; } = new List<Parameter>();
|
||||
|
||||
public Parameter Result { get; set; }
|
||||
|
||||
public ViewState ViewState { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user