C# Class PatientPending.Core.Event

Inheritance: IMessage
Show file Open project: PaulUpson/PatientPending Class Usage Examples

Public Properties

Property Type Description
Id System.Guid
Timestamp System.DateTime
UserId int
Version int

Public Methods

Method Description
Event ( int userId ) : System

Method Details

Event() public method

public Event ( int userId ) : System
userId int
return System

Property Details

Id public property

public Guid,System Id
return System.Guid

Timestamp public property

public DateTime,System Timestamp
return System.DateTime

UserId public property

public int UserId
return int

Version public property

public int Version
return int