C# 클래스 Hyena.Query.TimeSpanQueryValue

상속: IntegerQueryValue
파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
factor TimeFactor
offset double
ops AliasedObjectSet

공개 메소드들

메소드 설명
AppendXml ( XmlElement node ) : void
LoadString ( string val ) : void
ParseUserQuery ( string input ) : void
ParseXml ( XmlElement node ) : void
SetRelativeValue ( double offset, TimeFactor factor ) : void
SetUserRelativeValue ( double offset, TimeFactor factor ) : void
ToSql ( Operator op ) : string
ToUserQuery ( ) : string

보호된 메소드들

메소드 설명
DetermineFactor ( ) : void
FactorString ( TimeFactor factor, double count, bool translate ) : string

메소드 상세

AppendXml() 공개 메소드

public AppendXml ( XmlElement node ) : void
node System.Xml.XmlElement
리턴 void

DetermineFactor() 보호된 메소드

protected DetermineFactor ( ) : void
리턴 void

FactorString() 보호된 메소드

protected FactorString ( TimeFactor factor, double count, bool translate ) : string
factor TimeFactor
count double
translate bool
리턴 string

LoadString() 공개 메소드

public LoadString ( string val ) : void
val string
리턴 void

ParseUserQuery() 공개 메소드

public ParseUserQuery ( string input ) : void
input string
리턴 void

ParseXml() 공개 메소드

public ParseXml ( XmlElement node ) : void
node System.Xml.XmlElement
리턴 void

SetRelativeValue() 공개 메소드

public SetRelativeValue ( double offset, TimeFactor factor ) : void
offset double
factor TimeFactor
리턴 void

SetUserRelativeValue() 공개 메소드

public SetUserRelativeValue ( double offset, TimeFactor factor ) : void
offset double
factor TimeFactor
리턴 void

ToSql() 공개 메소드

public ToSql ( Operator op ) : string
op Operator
리턴 string

ToUserQuery() 공개 메소드

public ToUserQuery ( ) : string
리턴 string

프로퍼티 상세

factor 보호되어 있는 프로퍼티

protected TimeFactor factor
리턴 TimeFactor

offset 보호되어 있는 프로퍼티

protected double offset
리턴 double

ops 보호되어 있는 정적으로 프로퍼티

protected static AliasedObjectSet ops
리턴 AliasedObjectSet