C# Class TeaseAI_CE.Scripting.VType.TimeFrame

Inheritance: IKeyed, IVType
显示文件 Open project: TeaseAI/TeaseAI-CE

Public Properties

Property Type Description
Value System.TimeSpan

Public Methods

Method Description
Equals ( object obj ) : bool
Evaluate ( Context sender, Variable left, Operators op, Variable right ) : Variable
Get ( Key key, System.Logger log = null ) : Variable
GetHashCode ( ) : int
TimeFrame ( System.TimeSpan value ) : System
operator ( ) : TimeFrame
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Evaluate() public method

public Evaluate ( Context sender, Variable left, Operators op, Variable right ) : Variable
sender Context
left Variable
op Operators
right Variable
return Variable

Get() public method

public Get ( Key key, System.Logger log = null ) : Variable
key Key
log System.Logger
return Variable

GetHashCode() public method

public GetHashCode ( ) : int
return int

TimeFrame() public method

public TimeFrame ( System.TimeSpan value ) : System
value System.TimeSpan
return System

operator() public static method

public static operator ( ) : TimeFrame
return TimeFrame

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Value public_oe property

public TimeSpan,System Value
return System.TimeSpan