iactor.cs
来自「工作流的基本资料(文档资料」· CS 代码 · 共 12 行
CS
12 行
namespace NetBpm.Workflow.Organisation
{
/// <summary> is a {@link User} or a {@link Group} to which a flow can be assigned.</summary>
public interface IActor
{
/// <summary> is the id for this actor. This is a text field because of flexibility.</summary>
string Id { get; }
/// <summary> the name for the actor.</summary>
string Name { get; }
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?