C# Класс EventServer.Core.Domain.Session

Наследование: System.Entity
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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