C# Class com.Sconit.Web.BatchTriggerMgrProxy

Exibir arquivo Open project: Novthirteen/yfkey-scms

Private Properties

Property Type Description

Public Methods

Method Description
BatchTriggerMgrProxy ( ) : System
GetActiveTrigger ( ) : IList
UpdateBatchTrigger ( BatchTrigger entity ) : void

Method Details

BatchTriggerMgrProxy() public method

public BatchTriggerMgrProxy ( ) : System
return System

GetActiveTrigger() public method

public GetActiveTrigger ( ) : IList
return IList

UpdateBatchTrigger() public method

public UpdateBatchTrigger ( BatchTrigger entity ) : void
entity BatchTrigger
return void