C# Class BLL.MunkiManagedUninstall

Show file Open project: cdadmin/clonedeploy

Public Methods

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

public static AddManagedUnInstallToTemplate ( Models managedUnInstall ) : bool
managedUnInstall Models
return bool

DeleteManagedUnInstallFromTemplate() public static method

public static DeleteManagedUnInstallFromTemplate ( int managedUnInstallId ) : bool
managedUnInstallId int
return bool

GetAllManagedUnInstallsForMt() public static method

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

GetManagedUnInstall() public static method

public static GetManagedUnInstall ( int managedUnInstallId ) : Models.MunkiManifestManagedUnInstall
managedUnInstallId int
return Models.MunkiManifestManagedUnInstall

TotalCount() public static method

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