C# Класс PurplePen.Reports.MissingThing

Показать файл Открыть проект

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

Свойство Тип Описание
controlId Id
courseId Id
what string
why string

Открытые методы

Метод Описание
MissingThing ( Id controlId, string what ) : System
MissingThing ( Id controlId, string what, string why ) : System
MissingThing ( Id courseId, Id controlId, string what ) : System
MissingThing ( Id courseId, string what, string why ) : System

Описание методов

MissingThing() публичный Метод

public MissingThing ( Id controlId, string what ) : System
controlId Id
what string
Результат System

MissingThing() публичный Метод

public MissingThing ( Id controlId, string what, string why ) : System
controlId Id
what string
why string
Результат System

MissingThing() публичный Метод

public MissingThing ( Id courseId, Id controlId, string what ) : System
courseId Id
controlId Id
what string
Результат System

MissingThing() публичный Метод

public MissingThing ( Id courseId, string what, string why ) : System
courseId Id
what string
why string
Результат System

Описание свойств

controlId публичное свойство

public Id controlId
Результат Id

courseId публичное свойство

public Id courseId
Результат Id

what публичное свойство

public string what
Результат string

why публичное свойство

public string why
Результат string