C# Class BasePages.PageBaseMaster

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: cdadmin/clonedeploy

Méthodes publiques

Свойство Type Description
CloneDeployCurrentUser Models.CloneDeployUser
CurrentUserRights List

Méthodes publiques

Méthode Description
ChkAll ( GridView gridview ) : void
Export ( string fileName, string contents ) : void
GetSortDirection ( string sortExpression ) : string
RequiresAuthorization ( string requiredRight ) : void
RequiresAuthorizationOrManagedComputer ( string requiredRight, int computerId ) : void
RequiresAuthorizationOrManagedGroup ( string requiredRight, int groupId ) : void
RequiresAuthorizationOrManagedImage ( string requiredRight, int imageId ) : void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnLoadComplete ( EventArgs e ) : void
PopulateBootTemplatesDdl ( DropDownList ddl ) : void
PopulateBuildingsDdl ( DropDownList ddl ) : void
PopulateDistributionPointsDdl ( DropDownList ddlDp ) : void
PopulateGroupsDdl ( DropDownList ddlGroups ) : void
PopulateImageProfilesDdl ( DropDownList ddlImageProfile, int value ) : void
PopulateImagesDdl ( DropDownList ddlImages ) : void
PopulateRoomsDdl ( DropDownList ddl ) : void
PopulateSitesDdl ( DropDownList ddl ) : void

Method Details

ChkAll() public méthode

public ChkAll ( GridView gridview ) : void
gridview System.Web.UI.WebControls.GridView
Résultat void

Export() public méthode

public Export ( string fileName, string contents ) : void
fileName string
contents string
Résultat void

GetSortDirection() public méthode

public GetSortDirection ( string sortExpression ) : string
sortExpression string
Résultat string

OnInit() protected méthode

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

OnLoadComplete() protected méthode

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

PopulateBootTemplatesDdl() protected méthode

protected PopulateBootTemplatesDdl ( DropDownList ddl ) : void
ddl System.Web.UI.WebControls.DropDownList
Résultat void

PopulateBuildingsDdl() protected méthode

protected PopulateBuildingsDdl ( DropDownList ddl ) : void
ddl System.Web.UI.WebControls.DropDownList
Résultat void

PopulateDistributionPointsDdl() protected méthode

protected PopulateDistributionPointsDdl ( DropDownList ddlDp ) : void
ddlDp System.Web.UI.WebControls.DropDownList
Résultat void

PopulateGroupsDdl() protected méthode

protected PopulateGroupsDdl ( DropDownList ddlGroups ) : void
ddlGroups System.Web.UI.WebControls.DropDownList
Résultat void

PopulateImageProfilesDdl() protected méthode

protected PopulateImageProfilesDdl ( DropDownList ddlImageProfile, int value ) : void
ddlImageProfile System.Web.UI.WebControls.DropDownList
value int
Résultat void

PopulateImagesDdl() protected méthode

protected PopulateImagesDdl ( DropDownList ddlImages ) : void
ddlImages System.Web.UI.WebControls.DropDownList
Résultat void

PopulateRoomsDdl() protected méthode

protected PopulateRoomsDdl ( DropDownList ddl ) : void
ddl System.Web.UI.WebControls.DropDownList
Résultat void

PopulateSitesDdl() protected méthode

protected PopulateSitesDdl ( DropDownList ddl ) : void
ddl System.Web.UI.WebControls.DropDownList
Résultat void

RequiresAuthorization() public méthode

public RequiresAuthorization ( string requiredRight ) : void
requiredRight string
Résultat void

RequiresAuthorizationOrManagedComputer() public méthode

public RequiresAuthorizationOrManagedComputer ( string requiredRight, int computerId ) : void
requiredRight string
computerId int
Résultat void

RequiresAuthorizationOrManagedGroup() public méthode

public RequiresAuthorizationOrManagedGroup ( string requiredRight, int groupId ) : void
requiredRight string
groupId int
Résultat void

RequiresAuthorizationOrManagedImage() public méthode

public RequiresAuthorizationOrManagedImage ( string requiredRight, int imageId ) : void
requiredRight string
imageId int
Résultat void

Property Details

CloneDeployCurrentUser public_oe property

public Models.CloneDeployUser CloneDeployCurrentUser
Résultat Models.CloneDeployUser

CurrentUserRights public_oe property

public List CurrentUserRights
Résultat List