C# 클래스 Dev2.Studio.Core.Utils.NewWorkflowNames

Used for storing all the used workflow names and getting the next available name
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string newWorkflowName ) : bool

Add a used name to the WorkflowNamesHashSet

Contains ( string nameToCheck ) : bool

Check if the HashSet contains the specified name

GetNext ( ) : string

Gets the next available name to use for createing new workflow

NewWorkflowNames ( ) : System
Remove ( string nameToRemove ) : bool

Remove a name from WorkflowNamesHashSet so i can be reused

메소드 상세

Add() 공개 메소드

Add a used name to the WorkflowNamesHashSet
public Add ( string newWorkflowName ) : bool
newWorkflowName string
리턴 bool

Contains() 공개 메소드

Check if the HashSet contains the specified name
public Contains ( string nameToCheck ) : bool
nameToCheck string
리턴 bool

GetNext() 공개 메소드

Gets the next available name to use for createing new workflow
public GetNext ( ) : string
리턴 string

NewWorkflowNames() 공개 메소드

public NewWorkflowNames ( ) : System
리턴 System

Remove() 공개 메소드

Remove a name from WorkflowNamesHashSet so i can be reused
public Remove ( string nameToRemove ) : bool
nameToRemove string
리턴 bool