C# Class EventServer.Core.Domain.Presentation

Inheritance: System.Entity
Show file Open project: roundtable/EventServer

Public Properties

Property Type Description
TimeSlots string>.IDictionary

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Accept() public method

public Accept ( ) : void
return void

AddComment() public method

public AddComment ( Comment comment ) : void
comment Comment
return void

IsClosedForEdit() public method

public IsClosedForEdit ( ) : bool
return bool

Presentation() public method

Do not use
public Presentation ( ) : System
return System

Presentation() public method

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

Reject() public method

public Reject ( ) : void
return void

Update() public method

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
return void

Property Details

TimeSlots public static property

public static IDictionary TimeSlots
return string>.IDictionary