C# Class com.Sconit.Utility.FlowHelper

ファイルを表示 Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
CheckDetailItemExists ( List itemList, string item ) : bool
CheckDetailSeqExists ( List flowDetailList, List refFlowDetailList ) : bool
GetFlowDetailLabel ( string type ) : string
GetFlowLabel ( string type ) : string
GetFlowPartyFromLabel ( string type ) : string
GetFlowPartyToLabel ( string type ) : string
GetFlowRoutingLabel ( string type ) : string
GetFlowServiceMethod ( string type ) : string
GetFlowStrategyLabel ( string type ) : string
GetMaxFlowSeq ( com.Sconit.Entity.MasterData.Flow flow ) : int
GetWinTime ( com.Sconit.Entity.MasterData.Flow flow, System.DateTime dateTime ) : System.DateTime
IsFlowEqual ( com.Sconit.Entity.MasterData.Flow flow1, com.Sconit.Entity.MasterData.Flow flow2 ) : bool

Method Details

CheckDetailItemExists() public static method

public static CheckDetailItemExists ( List itemList, string item ) : bool
itemList List
item string
return bool

CheckDetailSeqExists() public static method

public static CheckDetailSeqExists ( List flowDetailList, List refFlowDetailList ) : bool
flowDetailList List
refFlowDetailList List
return bool

GetFlowDetailLabel() public static method

public static GetFlowDetailLabel ( string type ) : string
type string
return string

GetFlowLabel() public static method

public static GetFlowLabel ( string type ) : string
type string
return string

GetFlowPartyFromLabel() public static method

public static GetFlowPartyFromLabel ( string type ) : string
type string
return string

GetFlowPartyToLabel() public static method

public static GetFlowPartyToLabel ( string type ) : string
type string
return string

GetFlowRoutingLabel() public static method

public static GetFlowRoutingLabel ( string type ) : string
type string
return string

GetFlowServiceMethod() public static method

public static GetFlowServiceMethod ( string type ) : string
type string
return string

GetFlowStrategyLabel() public static method

public static GetFlowStrategyLabel ( string type ) : string
type string
return string

GetMaxFlowSeq() public static method

public static GetMaxFlowSeq ( com.Sconit.Entity.MasterData.Flow flow ) : int
flow com.Sconit.Entity.MasterData.Flow
return int

GetWinTime() public static method

public static GetWinTime ( com.Sconit.Entity.MasterData.Flow flow, System.DateTime dateTime ) : System.DateTime
flow com.Sconit.Entity.MasterData.Flow
dateTime System.DateTime
return System.DateTime

IsFlowEqual() public static method

public static IsFlowEqual ( com.Sconit.Entity.MasterData.Flow flow1, com.Sconit.Entity.MasterData.Flow flow2 ) : bool
flow1 com.Sconit.Entity.MasterData.Flow
flow2 com.Sconit.Entity.MasterData.Flow
return bool