C# 클래스 PatientPending.Core.Event

상속: IMessage
파일 보기 프로젝트 열기: PaulUpson/PatientPending 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id System.Guid
Timestamp System.DateTime
UserId int
Version int

공개 메소드들

메소드 설명
Event ( int userId ) : System

메소드 상세

Event() 공개 메소드

public Event ( int userId ) : System
userId int
리턴 System

프로퍼티 상세

Id 공개적으로 프로퍼티

public Guid,System Id
리턴 System.Guid

Timestamp 공개적으로 프로퍼티

public DateTime,System Timestamp
리턴 System.DateTime

UserId 공개적으로 프로퍼티

public int UserId
리턴 int

Version 공개적으로 프로퍼티

public int Version
리턴 int