C# Class EventServer.Core.Domain.Session

Inheritance: System.Entity
Mostrar archivo Open project: roundtable/EventServer Class Usage Examples

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

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

Reject() public method

public Reject ( ) : void
return void

Session() public method

Do not use
public Session ( ) : System
return System

Session() public method

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

Update() public method

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

Property Details

TimeSlots public_oe static_oe property

public static IDictionary TimeSlots
return string>.IDictionary