C# 클래스 EventServer.Core.Domain.Session

상속: System.Entity
파일 보기 프로젝트 열기: roundtable/EventServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TimeSlots string>.IDictionary

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Accept ( ) : void
AddComment ( Comment comment ) : void
IsClosedForEdit ( ) : bool
Reject ( ) : void
Session ( ) : System

Do not use

Session ( UserProfile user, string title, string description, SessionLevel level, SessionCategory category ) : System
Update ( string title, string description, SessionLevel level, SessionCategory category, string track, string timeSlot, string room, int day ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( ) : void
리턴 void

AddComment() 공개 메소드

public AddComment ( Comment comment ) : void
comment Comment
리턴 void

IsClosedForEdit() 공개 메소드

public IsClosedForEdit ( ) : bool
리턴 bool

Reject() 공개 메소드

public Reject ( ) : void
리턴 void

Session() 공개 메소드

Do not use
public Session ( ) : System
리턴 System

Session() 공개 메소드

public Session ( UserProfile user, string title, string description, SessionLevel level, SessionCategory category ) : System
user UserProfile
title string
description string
level SessionLevel
category SessionCategory
리턴 System

Update() 공개 메소드

public Update ( string title, string description, SessionLevel level, SessionCategory category, string track, string timeSlot, string room, int day ) : void
title string
description string
level SessionLevel
category SessionCategory
track string
timeSlot string
room string
day int
리턴 void

프로퍼티 상세

TimeSlots 공개적으로 정적으로 프로퍼티

public static IDictionary TimeSlots
리턴 string>.IDictionary