IProcessable 接口

定义

表示可处理的对象。

[System.Runtime.InteropServices.Guid("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")]
public interface IProcessable
[<System.Runtime.InteropServices.Guid("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")>]
type IProcessable = interface
Public Interface IProcessable
派生
属性

属性

LastProcessed

获取上次处理 IProcessable 的日期和时间。

State

获取上次处理的 IProcessable 的当前状态。

方法

CanProcess(ProcessType)

指示 IProcessable 是否可以执行指定的处理。

Process()

使用默认类型执行与 IProcessable 关联的进程。

Process(ProcessType)

使用指定的类型执行与 IProcessable 关联的进程。

Process(ProcessType, ErrorConfiguration)

使用指定的进程类型和错误配置执行与 IProcessable 关联的进程。

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection)

使用指定的进程类型、错误配置和警告执行与 IProcessable 关联的进程。

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection)

使用指定的进程类型、错误配置、警告和影响详细信息执行与 IProcessable 关联的进程。

Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean)

使用指定的进程类型、错误配置、警告和影响详细信息执行与 IProcessable 关联的进程。

适用于