C# Class Domain.Channel

Inheritance: Ncqrs.Domain.AggregateRootMappedByConvention
Mostra file Open project: phillipknauss/CqrsSiteEngine Class Usage Examples

Public Methods

Method Description
Channel ( ) : System
Channel ( System.Guid id, string name ) : System

Protected Methods

Method Description
OnChannelCreated ( ChannelCreatedEvent e ) : void

Method Details

Channel() public method

public Channel ( ) : System
return System

Channel() public method

public Channel ( System.Guid id, string name ) : System
id System.Guid
name string
return System

OnChannelCreated() protected method

protected OnChannelCreated ( ChannelCreatedEvent e ) : void
e Events.ChannelCreatedEvent
return void