C# Class BLL.MunkiCatalog

Afficher le fichier Open project: cdadmin/clonedeploy

Méthodes publiques

Méthode Description
AddCatalogToTemplate ( Models catalog ) : bool
DeleteCatalogFromTemplate ( int catalogId ) : bool
GetAllCatalogsForMt ( int manifestTemplateId ) : List
GetCatalog ( int catalogId ) : Models.MunkiManifestCatalog
TotalCount ( int manifestTemplateId ) : string

Method Details

AddCatalogToTemplate() public static méthode

public static AddCatalogToTemplate ( Models catalog ) : bool
catalog Models
Résultat bool

DeleteCatalogFromTemplate() public static méthode

public static DeleteCatalogFromTemplate ( int catalogId ) : bool
catalogId int
Résultat bool

GetAllCatalogsForMt() public static méthode

public static GetAllCatalogsForMt ( int manifestTemplateId ) : List
manifestTemplateId int
Résultat List

GetCatalog() public static méthode

public static GetCatalog ( int catalogId ) : Models.MunkiManifestCatalog
catalogId int
Résultat Models.MunkiManifestCatalog

TotalCount() public static méthode

public static TotalCount ( int manifestTemplateId ) : string
manifestTemplateId int
Résultat string