C# Class EPiAbstractions.DataAbstraction.CategoryFacade

Inheritance: ICategoryFacade
Afficher le fichier Open project: joelabrahamsson/EPiAbstractions

Méthodes publiques

Méthode Description
Delete ( Category category ) : void
Find ( Int32 id ) : Category
Find ( String name ) : Category
GetRoot ( ) : Category
Save ( Category category ) : void

Method Details

Delete() public méthode

public Delete ( Category category ) : void
category Category
Résultat void

Find() public méthode

public Find ( Int32 id ) : Category
id System.Int32
Résultat Category

Find() public méthode

public Find ( String name ) : Category
name String
Résultat Category

GetRoot() public méthode

public GetRoot ( ) : Category
Résultat Category

Save() public méthode

public Save ( Category category ) : void
category Category
Résultat void