Table of Contents

Interface IBusinessFieldProvider

Namespace
CMS.Plugin.MesSuite.Abstractions
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

业务字段提供程序

public interface IBusinessFieldProvider

Methods

GetBusinessFieldsAsync()

获取业务字段

Task<List<BusinessFieldModel>> GetBusinessFieldsAsync()

Returns

Task<List<BusinessFieldModel>>

Task<List<BusinessFieldModel>>.

GetBusinessVariableAsync(string, Guid?)

获取业务变量

Task<object> GetBusinessVariableAsync(string fieldCode, Guid? segmentId = null)

Parameters

fieldCode string

字段编码

segmentId Guid?

工序Id.

Returns

Task<object>