C# Class dotDialog.Sample.PersonalInfoManger.CalendarListModel

显示文件 Open project: benhorgen/dotDialog Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add ( List events, CalEvent c ) : bool
Add ( CalEvent e ) : void
CalendarListModel ( ) : System
FromBytes ( byte bytes ) : CalendarListModel
Update ( IEnumerable events, CalEvent calEvent ) : bool

Method Details

Add() public static method

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

Add() public method

public Add ( CalEvent e ) : void
e CalEvent
return void

CalendarListModel() public method

public CalendarListModel ( ) : System
return System

FromBytes() public static method

public static FromBytes ( byte bytes ) : CalendarListModel
bytes byte
return CalendarListModel

Update() public static method

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