C# Class Gtd.StuffDescriptionChanged

Inheritance: Event, ITrustedSystemEvent
Mostrar archivo Open project: beingtheworst/btw-gtd

Private Properties

Property Type Description

Public Methods

Method Description
StuffDescriptionChanged ( ) : System
StuffDescriptionChanged ( TrustedSystemId id, StuffId stuffId, string newDescriptionOfStuff, System.DateTime timeUtc ) : System

Method Details

StuffDescriptionChanged() public method

public StuffDescriptionChanged ( ) : System
return System

StuffDescriptionChanged() public method

public StuffDescriptionChanged ( TrustedSystemId id, StuffId stuffId, string newDescriptionOfStuff, System.DateTime timeUtc ) : System
id TrustedSystemId
stuffId StuffId
newDescriptionOfStuff string
timeUtc System.DateTime
return System