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

Show file 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 property

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

NewName public property

public string NewName
return string

OldName public property

public string OldName
return string