C# Class BLL.MunkiManagedInstall

Show file Open project: cdadmin/clonedeploy

Public Methods

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

public static AddManagedInstallToTemplate ( Models managedInstall ) : bool
managedInstall Models
return bool

DeleteManagedInstallFromTemplate() public static method

public static DeleteManagedInstallFromTemplate ( int managedInstallId ) : bool
managedInstallId int
return bool

GetAllManagedInstallsForMt() public static method

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

GetManagedInstall() public static method

public static GetManagedInstall ( int managedInstallId ) : Models.MunkiManifestManagedInstall
managedInstallId int
return Models.MunkiManifestManagedInstall

TotalCount() public static method

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