C# Class Warehouse.Suite

Inheritance: Software
Afficher le fichier Open project: Starcounter/Warehouse

Méthodes publiques

Méthode Description
CanAddSoftware ( Software software ) : bool
FindSoftware ( Software software ) : Software

Find software in suite (recursive)

FindSoftware ( string id ) : Software

Find software in suite (recursive)

GetContentApps ( ) : IList

Get all apps in this suits and it's suits etc..

RegisterHooks ( ) : void

Register database commit hooks

Method Details

CanAddSoftware() public méthode

public CanAddSoftware ( Software software ) : bool
software Software
Résultat bool

FindSoftware() public méthode

Find software in suite (recursive)
public FindSoftware ( Software software ) : Software
software Software
Résultat Software

FindSoftware() public méthode

Find software in suite (recursive)
public FindSoftware ( string id ) : Software
id string
Résultat Software

GetContentApps() public méthode

Get all apps in this suits and it's suits etc..
public GetContentApps ( ) : IList
Résultat IList

RegisterHooks() public static méthode

Register database commit hooks
public static RegisterHooks ( ) : void
Résultat void