C# Class Domain.Media

Inheritance: Ncqrs.Domain.AggregateRootMappedByConvention
Afficher le fichier Open project: jletroui/CQRSWorkshop Class Usage Examples

Méthodes publiques

Méthode Description
Media ( System.Guid id, string title ) : System

Méthodes protégées

Méthode Description
OnMediaCreated ( Events.MediaCreated creationEvent ) : void

Private Methods

Méthode Description
Media ( ) : System

Method Details

Media() public méthode

public Media ( System.Guid id, string title ) : System
id System.Guid
title string
Résultat System

OnMediaCreated() protected méthode

protected OnMediaCreated ( Events.MediaCreated creationEvent ) : void
creationEvent Events.MediaCreated
Résultat void