C# Class FalcoA.Core.PhaseResult

ファイルを表示 Open project: TaikorInc/FalcoA Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetBoolean ( String name ) : System.Boolean
GetInt ( string name ) : int

读取一个整数

GetString ( string name ) : string

读取一个字符串

PhaseResult ( IPhase phase ) : System
SetBoolean ( String name, System.Boolean val ) : void
SetInt ( string name, int val ) : void
SetString ( string name, string val ) : void

Method Details

GetBoolean() public method

public GetBoolean ( String name ) : System.Boolean
name String
return System.Boolean

GetInt() public method

读取一个整数
name为null name变量不存在
public GetInt ( string name ) : int
name string
return int

GetString() public method

读取一个字符串
name为null或空白字符 name变量不存在
public GetString ( string name ) : string
name string
return string

PhaseResult() public method

public PhaseResult ( IPhase phase ) : System
phase IPhase
return System

SetBoolean() public method

public SetBoolean ( String name, System.Boolean val ) : void
name String
val System.Boolean
return void

SetInt() public method

public SetInt ( string name, int val ) : void
name string
val int
return void

SetString() public method

public SetString ( string name, string val ) : void
name string
val string
return void