C# 클래스 Bzs.Portable.DataTransferObjects.Teacher.TeacherEditDto

상속: Bzs.Portable.DataTransferObjects.Base.ItemDtoBase
파일 보기 프로젝트 열기: romankmueller/SchoolPlanner 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TeacherEditDto ( ) : System

Initializes a new instance of the TeacherEditDto class.

TeacherEditDto ( System.Guid id, string code, string caption ) : System

Initializes a new instance of the TeacherEditDto class.

메소드 상세

TeacherEditDto() 공개 메소드

Initializes a new instance of the TeacherEditDto class.
public TeacherEditDto ( ) : System
리턴 System

TeacherEditDto() 공개 메소드

Initializes a new instance of the TeacherEditDto class.
public TeacherEditDto ( System.Guid id, string code, string caption ) : System
id System.Guid The identifier.
code string The code.
caption string The caption.
리턴 System