C# Class ModernWebStore.Domain.Entities.Category

Afficher le fichier Open project: andrebaltieri/mwa-api Class Usage Examples

Méthodes publiques

Méthode Description
Category ( string title ) : ModernWebStore.Domain.Scopes
Register ( ) : void
UpdateTitle ( string title ) : void

Méthodes protégées

Méthode Description
Category ( ) : ModernWebStore.Domain.Scopes

Method Details

Category() protected méthode

protected Category ( ) : ModernWebStore.Domain.Scopes
Résultat ModernWebStore.Domain.Scopes

Category() public méthode

public Category ( string title ) : ModernWebStore.Domain.Scopes
title string
Résultat ModernWebStore.Domain.Scopes

Register() public méthode

public Register ( ) : void
Résultat void

UpdateTitle() public méthode

public UpdateTitle ( string title ) : void
title string
Résultat void