C# 클래스 Orc.Interval.DateIntervalEfficiency

The date interval efficiency.
상속: DateInterval
파일 보기 프로젝트 열기: Orcomp/Orcomp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
handle IPriorityQueueHandle

공개 메소드들

메소드 설명
DateIntervalEfficiency ( DateInterval dateInterval, double efficiency = 100, int priority ) : System

Constructor.

DateIntervalEfficiency ( System.DateTime minValue, System.DateTime maxValue, double efficiency = 100, int priority, bool isMinInclusive = true, bool isMaxInclusive = false ) : System

Initializes a new instance of the DateIntervalEfficiency class.

메소드 상세

DateIntervalEfficiency() 공개 메소드

Constructor.
public DateIntervalEfficiency ( DateInterval dateInterval, double efficiency = 100, int priority ) : System
dateInterval DateInterval
efficiency double
priority int
리턴 System

DateIntervalEfficiency() 공개 메소드

Initializes a new instance of the DateIntervalEfficiency class.
public DateIntervalEfficiency ( System.DateTime minValue, System.DateTime maxValue, double efficiency = 100, int priority, bool isMinInclusive = true, bool isMaxInclusive = false ) : System
minValue System.DateTime /// The min value. ///
maxValue System.DateTime /// The max value. ///
efficiency double /// The efficiency. ///
priority int /// The priority. ///
isMinInclusive bool /// The is min inclusive. ///
isMaxInclusive bool /// The is max inclusive. ///
리턴 System

프로퍼티 상세

handle 공개적으로 프로퍼티

public IPriorityQueueHandle handle
리턴 IPriorityQueueHandle