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

상속: System.Entity
파일 보기 프로젝트 열기: roundtable/EventServer

공개 프로퍼티들

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Do not use

Presentation ( UserProfile user, string title, string description, PresentationLevel level, PresentationCategory category ) : System
Reject ( ) : void
Update ( string title, string description, PresentationLevel level, PresentationCategory category, string track, string timeSlot ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( ) : void
리턴 void

AddComment() 공개 메소드

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

IsClosedForEdit() 공개 메소드

public IsClosedForEdit ( ) : bool
리턴 bool

Presentation() 공개 메소드

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

Presentation() 공개 메소드

public Presentation ( UserProfile user, string title, string description, PresentationLevel level, PresentationCategory category ) : System
user UserProfile
title string
description string
level PresentationLevel
category PresentationCategory
리턴 System

Reject() 공개 메소드

public Reject ( ) : void
리턴 void

Update() 공개 메소드

public Update ( string title, string description, PresentationLevel level, PresentationCategory category, string track, string timeSlot ) : void
title string
description string
level PresentationLevel
category PresentationCategory
track string
timeSlot string
리턴 void

프로퍼티 상세

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

public static IDictionary TimeSlots
리턴 string>.IDictionary