C# Class BLL.Workflows.EffectiveMunkiTemplate

Afficher le fichier Open project: cdadmin/clonedeploy Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( int templateId ) : int
Computer ( int computerId ) : MemoryStream
GetUpdateStats ( int templateId ) : MunkiUpdateConfirm
Group ( int groupId ) : MemoryStream
MunkiTemplate ( int templateId ) : MemoryStream
WritePath ( string path, string contents ) : bool

Private Methods

Méthode Description
GeneratePlist ( ) : MemoryStream
GetAllUniqueConditions ( ) : List
GetCatalogs ( ) : Claunia.PropertyList.NSArray
GetConditionals ( ) : Claunia.PropertyList.NSArray
GetIncludedManifests ( string condition = null ) : Claunia.PropertyList.NSArray
GetManagedInstalls ( string condition = null ) : Claunia.PropertyList.NSArray
GetManagedUninstalls ( string condition = null ) : Claunia.PropertyList.NSArray
GetManagedUpdates ( string condition = null ) : Claunia.PropertyList.NSArray
GetOptionlInstalls ( string condition = null ) : Claunia.PropertyList.NSArray

Method Details

Apply() public méthode

public Apply ( int templateId ) : int
templateId int
Résultat int

Computer() public méthode

public Computer ( int computerId ) : MemoryStream
computerId int
Résultat System.IO.MemoryStream

GetUpdateStats() public méthode

public GetUpdateStats ( int templateId ) : MunkiUpdateConfirm
templateId int
Résultat MunkiUpdateConfirm

Group() public méthode

public Group ( int groupId ) : MemoryStream
groupId int
Résultat System.IO.MemoryStream

MunkiTemplate() public méthode

public MunkiTemplate ( int templateId ) : MemoryStream
templateId int
Résultat System.IO.MemoryStream

WritePath() public méthode

public WritePath ( string path, string contents ) : bool
path string
contents string
Résultat bool