C# Class Warehouse.SoftwarePermission

Inheritance: ResourcePermission
ファイルを表示 Open project: Starcounter/Warehouse

Public Properties

Property Type Description
Software Software

Public Methods

Method Description
Check ( Simplified.Ring3.SystemUser user, ActionType action, Software application ) : bool

Check is user has permission to invoke action on an application

Method Details

Check() public static method

Check is user has permission to invoke action on an application
public static Check ( Simplified.Ring3.SystemUser user, ActionType action, Software application ) : bool
user Simplified.Ring3.SystemUser
action ActionType
application Software
return bool

Property Details

Software public_oe property

public Software,Warehouse Software
return Software