C# Class BLL.MunkiManagedInstall

Afficher le fichier Open project: cdadmin/clonedeploy

Méthodes publiques

Méthode Description
AddManagedInstallToTemplate ( Models managedInstall ) : bool
DeleteManagedInstallFromTemplate ( int managedInstallId ) : bool
GetAllManagedInstallsForMt ( int manifestTemplateId ) : List
GetManagedInstall ( int managedInstallId ) : Models.MunkiManifestManagedInstall
TotalCount ( int manifestTemplateId ) : string

Method Details

AddManagedInstallToTemplate() public static méthode

public static AddManagedInstallToTemplate ( Models managedInstall ) : bool
managedInstall Models
Résultat bool

DeleteManagedInstallFromTemplate() public static méthode

public static DeleteManagedInstallFromTemplate ( int managedInstallId ) : bool
managedInstallId int
Résultat bool

GetAllManagedInstallsForMt() public static méthode

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

GetManagedInstall() public static méthode

public static GetManagedInstall ( int managedInstallId ) : Models.MunkiManifestManagedInstall
managedInstallId int
Résultat Models.MunkiManifestManagedInstall

TotalCount() public static méthode

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