C# Class BLL.MunkiManagedUninstall

Afficher le fichier Open project: cdadmin/clonedeploy

Méthodes publiques

Méthode Description
AddManagedUnInstallToTemplate ( Models managedUnInstall ) : bool
DeleteManagedUnInstallFromTemplate ( int managedUnInstallId ) : bool
GetAllManagedUnInstallsForMt ( int manifestTemplateId ) : List
GetManagedUnInstall ( int managedUnInstallId ) : Models.MunkiManifestManagedUnInstall
TotalCount ( int manifestTemplateId ) : string

Method Details

AddManagedUnInstallToTemplate() public static méthode

public static AddManagedUnInstallToTemplate ( Models managedUnInstall ) : bool
managedUnInstall Models
Résultat bool

DeleteManagedUnInstallFromTemplate() public static méthode

public static DeleteManagedUnInstallFromTemplate ( int managedUnInstallId ) : bool
managedUnInstallId int
Résultat bool

GetAllManagedUnInstallsForMt() public static méthode

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

GetManagedUnInstall() public static méthode

public static GetManagedUnInstall ( int managedUnInstallId ) : Models.MunkiManifestManagedUnInstall
managedUnInstallId int
Résultat Models.MunkiManifestManagedUnInstall

TotalCount() public static méthode

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