C# Class BasePages.Global

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

Méthodes publiques

Méthode Description
GetMunkiResources ( string type ) : System.IO.FileInfo[]
ReadPlist ( string fileName ) : MunkiPackageInfo

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Method Details

GetMunkiResources() public méthode

public GetMunkiResources ( string type ) : System.IO.FileInfo[]
type string
Résultat System.IO.FileInfo[]

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

ReadPlist() public méthode

public ReadPlist ( string fileName ) : MunkiPackageInfo
fileName string
Résultat Models.MunkiPackageInfo