C# Class EventServer.Core.Domain.Session

Inheritance: System.Entity
Afficher le fichier Open project: roundtable/EventServer Class Usage Examples

Méthodes publiques

Свойство Type Description
TimeSlots string>.IDictionary

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Accept ( ) : void
Résultat void

AddComment() public méthode

public AddComment ( Comment comment ) : void
comment Comment
Résultat void

IsClosedForEdit() public méthode

public IsClosedForEdit ( ) : bool
Résultat bool

Reject() public méthode

public Reject ( ) : void
Résultat void

Session() public méthode

Do not use
public Session ( ) : System
Résultat System

Session() public méthode

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

Update() public méthode

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
Résultat void

Property Details

TimeSlots public_oe static_oe property

public static IDictionary TimeSlots
Résultat string>.IDictionary