C# 클래스 MONI.Data.WorkDay

상속: INotifyPropertyChanged, IDataErrorInfo
파일 보기 프로젝트 열기: dotob/moni 1 사용 예제들

공개 메소드들

메소드 설명
AddWorkItem ( WorkItem workItem ) : void
Clear ( ) : void
Reparse ( ) : void
SetData ( string originalString ) : void
ToString ( ) : string
WorkDay ( int year, int month, int day, GermanSpecialDays specialDays ) : System
this ( string columnName ) : string

비공개 메소드들

메소드 설명
ImportantStuffChanged ( ) : void
ParseData ( string value ) : void
WorkDay ( ) : System
calculateDayType ( System.DateTime dt, DayOfWeek dayOfWeek, GermanSpecialDays specialDays, GermanSpecialDay &foundSpecialDay ) : DayType

메소드 상세

AddWorkItem() 공개 메소드

public AddWorkItem ( WorkItem workItem ) : void
workItem WorkItem
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Reparse() 공개 메소드

public Reparse ( ) : void
리턴 void

SetData() 공개 메소드

public SetData ( string originalString ) : void
originalString string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WorkDay() 공개 메소드

public WorkDay ( int year, int month, int day, GermanSpecialDays specialDays ) : System
year int
month int
day int
specialDays GermanSpecialDays
리턴 System

this() 공개 메소드

public this ( string columnName ) : string
columnName string
리턴 string