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

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

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

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