C# Class Warehouse.DepotPermission

Inheritance: ResourcePermission
Mostra file Open project: Starcounter/Warehouse

Public Properties

Property Type Description
Depot Depot

Public Methods

Method Description
Check ( Simplified.Ring3.SystemUser user, ActionType action, Depot depot ) : bool

Check is user has permission to invoke action on a depot

Method Details

Check() public static method

Check is user has permission to invoke action on a depot
public static Check ( Simplified.Ring3.SystemUser user, ActionType action, Depot depot ) : bool
user Simplified.Ring3.SystemUser
action ActionType
depot Depot
return bool

Property Details

Depot public_oe property

public Depot,Warehouse Depot
return Depot