C# 클래스 Bzs.Portable.DataTransferObjects.Subject.SubjectEditDto

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SubjectEditDto ( ) : System

Initializes a new instance of the SubjectEditDto class.

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

Initializes a new instance of the SubjectEditDto class.

메소드 상세

SubjectEditDto() 공개 메소드

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

SubjectEditDto() 공개 메소드

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