C# Class BlingBag.SampleConsoleApp.FakeDomainLayer.Events.TheNameChanged

Datei anzeigen Open project: bsommardahl/BlingBag

Public Properties

Property Type Description
Account BlingBag.SampleConsoleApp.FakeDomainLayer.Entities.Account
NewName string
OldName string

Public Methods

Method Description
TheNameChanged ( Account account, string oldName, string newName ) : BlingBag.SampleConsoleApp.FakeDomainLayer.Entities

Method Details

TheNameChanged() public method

public TheNameChanged ( Account account, string oldName, string newName ) : BlingBag.SampleConsoleApp.FakeDomainLayer.Entities
account BlingBag.SampleConsoleApp.FakeDomainLayer.Entities.Account
oldName string
newName string
return BlingBag.SampleConsoleApp.FakeDomainLayer.Entities

Property Details

Account public_oe property

public Account,BlingBag.SampleConsoleApp.FakeDomainLayer.Entities Account
return BlingBag.SampleConsoleApp.FakeDomainLayer.Entities.Account

NewName public_oe property

public string NewName
return string

OldName public_oe property

public string OldName
return string