C# 클래스 Loggly.Retrieval.DatedEvents.Bool

파일 보기 프로젝트 열기: Applied-Duality/Lx

공개 프로퍼티들

프로퍼티 타입 설명
_end DateTimeOffset
_start DateTimeOffset

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Bool ( DateTimeOffset start = default(DateTimeOffset), DateTimeOffset end = default(DateTimeOffset) ) : System
operator ( ) : Bool
operator ( ) : bool

메소드 상세

Bool() 공개 메소드

public Bool ( DateTimeOffset start = default(DateTimeOffset), DateTimeOffset end = default(DateTimeOffset) ) : System
start DateTimeOffset
end DateTimeOffset
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : Bool
리턴 Bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

_end 공개적으로 프로퍼티

public DateTimeOffset _end
리턴 DateTimeOffset

_start 공개적으로 프로퍼티

public DateTimeOffset _start
리턴 DateTimeOffset