C# 클래스 Bzs.Portable.DataTransferObjects.Base.ItemDtoBase

파일 보기 프로젝트 열기: romankmueller/SchoolPlanner

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
ItemDtoBase ( ) : System

Initializes a new instance of the ItemDtoBase class.

ItemDtoBase ( System.Guid id ) : System

Initializes a new instance of the ItemDtoBase class.

메소드 상세

ItemDtoBase() 보호된 메소드

Initializes a new instance of the ItemDtoBase class.
protected ItemDtoBase ( ) : System
리턴 System

ItemDtoBase() 보호된 메소드

Initializes a new instance of the ItemDtoBase class.
protected ItemDtoBase ( System.Guid id ) : System
id System.Guid The identifier.
리턴 System