C# 클래스 TeaseAI_CE.Scripting.VType.Date

상속: IKeyed, IVType
파일 보기 프로젝트 열기: TeaseAI/TeaseAI-CE

공개 프로퍼티들

프로퍼티 타입 설명
Value System.DateTime

공개 메소드들

메소드 설명
Date ( System.DateTime value ) : System
Equals ( object obj ) : bool
Evaluate ( Context sender, Variable left, Operators op, Variable right ) : Variable
Get ( Key key, System.Logger log = null ) : Variable
GetHashCode ( ) : int
operator ( ) : Date
operator ( ) : TimeFrame
operator ( ) : bool

메소드 상세

Date() 공개 메소드

public Date ( System.DateTime value ) : System
value System.DateTime
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Evaluate() 공개 메소드

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

Get() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : Date
리턴 Date

operator() 공개 정적인 메소드

public static operator ( ) : TimeFrame
리턴 TimeFrame

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Value 공개적으로 프로퍼티

public DateTime,System Value
리턴 System.DateTime