Interface IWorkSectionAssociationChecker
- Namespace
- CMS.Plugin.ProcessManagement.Abstractions
- Assembly
- CMS.Plugin.ProcessManagement.Abstractions.dll
工序关联检测
public interface IWorkSectionAssociationChecker
Methods
HasBeenUsedAsync(Guid)
判断工序是否已被数据关联使用
Task<(bool IsUsed, string UsedObject)> HasBeenUsedAsync(Guid workSectionId)
Parameters
workSectionId
Guid工序标识
Returns
- Task<(bool IsUsed, string UsedObject)>
返回是否被应用,及应用的对象,如:"XXX配方"