C# Class com.Sconit.Utility.FlowHelper

Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode 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 méthode

public static CheckDetailItemExists ( List itemList, string item ) : bool
itemList List
item string
Résultat bool

CheckDetailSeqExists() public static méthode

public static CheckDetailSeqExists ( List flowDetailList, List refFlowDetailList ) : bool
flowDetailList List
refFlowDetailList List
Résultat bool

GetFlowDetailLabel() public static méthode

public static GetFlowDetailLabel ( string type ) : string
type string
Résultat string

GetFlowLabel() public static méthode

public static GetFlowLabel ( string type ) : string
type string
Résultat string

GetFlowPartyFromLabel() public static méthode

public static GetFlowPartyFromLabel ( string type ) : string
type string
Résultat string

GetFlowPartyToLabel() public static méthode

public static GetFlowPartyToLabel ( string type ) : string
type string
Résultat string

GetFlowRoutingLabel() public static méthode

public static GetFlowRoutingLabel ( string type ) : string
type string
Résultat string

GetFlowServiceMethod() public static méthode

public static GetFlowServiceMethod ( string type ) : string
type string
Résultat string

GetFlowStrategyLabel() public static méthode

public static GetFlowStrategyLabel ( string type ) : string
type string
Résultat string

GetMaxFlowSeq() public static méthode

public static GetMaxFlowSeq ( com.Sconit.Entity.MasterData.Flow flow ) : int
flow com.Sconit.Entity.MasterData.Flow
Résultat int

GetWinTime() public static méthode

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

IsFlowEqual() public static méthode

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
Résultat bool