mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-04 23:36:35 +08:00
补充了Library的注释
This commit is contained in:
@@ -5,12 +5,12 @@ using System.Threading.Tasks;
|
||||
namespace Serein.Library.Api
|
||||
{
|
||||
/// <summary>
|
||||
/// 流程上下文
|
||||
/// 流程上下文,包含运行环境接口,可以通过注册环境事件或调用环境接口,实现在流程运行时更改流程行为。
|
||||
/// </summary>
|
||||
public interface IDynamicContext
|
||||
{
|
||||
/// <summary>
|
||||
/// 运行环境
|
||||
/// 运行环境,包含IOC容器。
|
||||
/// </summary>
|
||||
IFlowEnvironment Env { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user