C# 클래스 Warehouse.Security

파일 보기 프로젝트 열기: Starcounter/Warehouse

공개 프로퍼티들

프로퍼티 타입 설명
WarehouseAdminGroupName string

공개 메소드들

메소드 설명
Check ( Simplified.Ring3.SystemUser user, ActionType action, Settings settings ) : bool

Check is user has permission to invoke action on an application

IsAdmin ( Simplified.Ring3.SystemUser user ) : bool

Check if signed in user is an admin of the warehouse

메소드 상세

Check() 공개 정적인 메소드

Check is user has permission to invoke action on an application
public static Check ( Simplified.Ring3.SystemUser user, ActionType action, Settings settings ) : bool
user Simplified.Ring3.SystemUser
action ActionType
settings Settings
리턴 bool

IsAdmin() 정적인 공개 메소드

Check if signed in user is an admin of the warehouse
static public IsAdmin ( Simplified.Ring3.SystemUser user ) : bool
user Simplified.Ring3.SystemUser
리턴 bool

프로퍼티 상세

WarehouseAdminGroupName 공개적으로 정적으로 프로퍼티

public static string WarehouseAdminGroupName
리턴 string