C# Class HDLToolkit.Framework.EnumHelpers

显示文件 Open project: nathanrossi/hdl-toolkit Class Usage Examples

Public Methods

Method Description
ExecutionTypeMatchesRequirement ( ExecutionType requirement, ExecutionType current ) : bool
ModuleTypeToString ( ModuleType type ) : string
ParseExecutionType ( string str ) : ExecutionType
ParseModuleType ( string str ) : ModuleType

Method Details

ExecutionTypeMatchesRequirement() public static method

public static ExecutionTypeMatchesRequirement ( ExecutionType requirement, ExecutionType current ) : bool
requirement ExecutionType
current ExecutionType
return bool

ModuleTypeToString() public static method

public static ModuleTypeToString ( ModuleType type ) : string
type ModuleType
return string

ParseExecutionType() public static method

public static ParseExecutionType ( string str ) : ExecutionType
str string
return ExecutionType

ParseModuleType() public static method

public static ParseModuleType ( string str ) : ModuleType
str string
return ModuleType