C# 클래스 com.Sconit.Utility.FlowHelper

파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
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

메소드 상세

CheckDetailItemExists() 공개 정적인 메소드

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

CheckDetailSeqExists() 공개 정적인 메소드

public static CheckDetailSeqExists ( List flowDetailList, List refFlowDetailList ) : bool
flowDetailList List
refFlowDetailList List
리턴 bool

GetFlowDetailLabel() 공개 정적인 메소드

public static GetFlowDetailLabel ( string type ) : string
type string
리턴 string

GetFlowLabel() 공개 정적인 메소드

public static GetFlowLabel ( string type ) : string
type string
리턴 string

GetFlowPartyFromLabel() 공개 정적인 메소드

public static GetFlowPartyFromLabel ( string type ) : string
type string
리턴 string

GetFlowPartyToLabel() 공개 정적인 메소드

public static GetFlowPartyToLabel ( string type ) : string
type string
리턴 string

GetFlowRoutingLabel() 공개 정적인 메소드

public static GetFlowRoutingLabel ( string type ) : string
type string
리턴 string

GetFlowServiceMethod() 공개 정적인 메소드

public static GetFlowServiceMethod ( string type ) : string
type string
리턴 string

GetFlowStrategyLabel() 공개 정적인 메소드

public static GetFlowStrategyLabel ( string type ) : string
type string
리턴 string

GetMaxFlowSeq() 공개 정적인 메소드

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

GetWinTime() 공개 정적인 메소드

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

IsFlowEqual() 공개 정적인 메소드

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
리턴 bool