C# 클래스 MonkeySpace.Conf

상속: Android.App.Application
파일 보기 프로젝트 열기: megsoftconsulting/MonkeySpace

공개 메소드들

메소드 설명
Conf ( IntPtr handle, Android transfer ) : System
LoadWhatsOn ( string currentConf ) : void
MakeCaption ( string caption, System.DateTime start ) : string
OnCreate ( ) : void
UpdateFavorite ( MonkeySpace session, bool isFavorite ) : void

비공개 메소드들

메소드 설명
DeserializeConferenceFile ( string xmlPath ) : void
FormatDate ( System.DateTime date, System.DateTime now ) : string
ReadWriteStream ( Stream readStream, Stream writeStream ) : void

메소드 상세

Conf() 공개 메소드

public Conf ( IntPtr handle, Android transfer ) : System
handle System.IntPtr
transfer Android
리턴 System

LoadWhatsOn() 공개 메소드

public LoadWhatsOn ( string currentConf ) : void
currentConf string
리턴 void

MakeCaption() 공개 메소드

public MakeCaption ( string caption, System.DateTime start ) : string
caption string
start System.DateTime
리턴 string

OnCreate() 공개 메소드

public OnCreate ( ) : void
리턴 void

UpdateFavorite() 공개 메소드

public UpdateFavorite ( MonkeySpace session, bool isFavorite ) : void
session MonkeySpace
isFavorite bool
리턴 void