C# 클래스 dotDialog.Sample.PersonalInfoManger.CalendarListModel

파일 보기 프로젝트 열기: benhorgen/dotDialog 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( List events, CalEvent c ) : bool
Add ( CalEvent e ) : void
CalendarListModel ( ) : System
FromBytes ( byte bytes ) : CalendarListModel
Update ( IEnumerable events, CalEvent calEvent ) : bool

메소드 상세

Add() 공개 정적인 메소드

public static Add ( List events, CalEvent c ) : bool
events List
c CalEvent
리턴 bool

Add() 공개 메소드

public Add ( CalEvent e ) : void
e CalEvent
리턴 void

CalendarListModel() 공개 메소드

public CalendarListModel ( ) : System
리턴 System

FromBytes() 공개 정적인 메소드

public static FromBytes ( byte bytes ) : CalendarListModel
bytes byte
리턴 CalendarListModel

Update() 공개 정적인 메소드

public static Update ( IEnumerable events, CalEvent calEvent ) : bool
events IEnumerable
calEvent CalEvent
리턴 bool