C# Class BLL.MunkiCatalog

Datei anzeigen Open project: cdadmin/clonedeploy

Public Methods

Method 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 method

public static AddCatalogToTemplate ( Models catalog ) : bool
catalog Models
return bool

DeleteCatalogFromTemplate() public static method

public static DeleteCatalogFromTemplate ( int catalogId ) : bool
catalogId int
return bool

GetAllCatalogsForMt() public static method

public static GetAllCatalogsForMt ( int manifestTemplateId ) : List
manifestTemplateId int
return List

GetCatalog() public static method

public static GetCatalog ( int catalogId ) : Models.MunkiManifestCatalog
catalogId int
return Models.MunkiManifestCatalog

TotalCount() public static method

public static TotalCount ( int manifestTemplateId ) : string
manifestTemplateId int
return string