C# 클래스 CodeImp.Gluon.AgendaItem

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

공개 프로퍼티들

프로퍼티 타입 설명
alarm bool
alarmdate System.DateTime
color ColorIndex
description string
duration System.TimeSpan
id long
originstartdate System.DateTime
recur AgendaItemRecur
recursions int
startdate System.DateTime

공개 메소드들

메소드 설명
FromDataRow ( DataTableRow r ) : AgendaItem
SqlDelete ( ) : bool
SqlInsert ( ) : bool
SqlUpdate ( ) : bool
ToString ( ) : string

메소드 상세

FromDataRow() 공개 정적인 메소드

public static FromDataRow ( DataTableRow r ) : AgendaItem
r DataTableRow
리턴 AgendaItem

SqlDelete() 공개 메소드

public SqlDelete ( ) : bool
리턴 bool

SqlInsert() 공개 메소드

public SqlInsert ( ) : bool
리턴 bool

SqlUpdate() 공개 메소드

public SqlUpdate ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

alarm 공개적으로 프로퍼티

public bool alarm
리턴 bool

alarmdate 공개적으로 프로퍼티

public DateTime,System alarmdate
리턴 System.DateTime

color 공개적으로 프로퍼티

public ColorIndex color
리턴 ColorIndex

description 공개적으로 프로퍼티

public string description
리턴 string

duration 공개적으로 프로퍼티

public TimeSpan,System duration
리턴 System.TimeSpan

id 공개적으로 프로퍼티

public long id
리턴 long

originstartdate 공개적으로 프로퍼티

public DateTime,System originstartdate
리턴 System.DateTime

recur 공개적으로 프로퍼티

public AgendaItemRecur recur
리턴 AgendaItemRecur

recursions 공개적으로 프로퍼티

public int recursions
리턴 int

startdate 공개적으로 프로퍼티

public DateTime,System startdate
리턴 System.DateTime