C# 클래스 PurplePen.Reports.MissingThing

파일 보기 프로젝트 열기: petergolde/PurplePen

공개 프로퍼티들

프로퍼티 타입 설명
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