C# Class Gablarski.Server.ServerContextExtensions

Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
GetPermission ( this self, PermissionName name ) : bool
GetPermission ( this self, PermissionName name, IChannelInfo channel, IConnection connection ) : bool
GetPermission ( this self, PermissionName name, IChannelInfo channel, IUserInfo user ) : bool
GetPermission ( this self, PermissionName name, IConnection connection ) : bool
GetPermission ( this self, PermissionName name, IUserInfo user ) : bool
GetPermission ( this self, PermissionName name, int channelId, int userId ) : bool

Method Details

GetPermission() public static méthode

public static GetPermission ( this self, PermissionName name ) : bool
self this
name PermissionName
Résultat bool

GetPermission() public static méthode

public static GetPermission ( this self, PermissionName name, IChannelInfo channel, IConnection connection ) : bool
self this
name PermissionName
channel IChannelInfo
connection IConnection
Résultat bool

GetPermission() public static méthode

public static GetPermission ( this self, PermissionName name, IChannelInfo channel, IUserInfo user ) : bool
self this
name PermissionName
channel IChannelInfo
user IUserInfo
Résultat bool

GetPermission() public static méthode

public static GetPermission ( this self, PermissionName name, IConnection connection ) : bool
self this
name PermissionName
connection IConnection
Résultat bool

GetPermission() public static méthode

public static GetPermission ( this self, PermissionName name, IUserInfo user ) : bool
self this
name PermissionName
user IUserInfo
Résultat bool

GetPermission() public static méthode

public static GetPermission ( this self, PermissionName name, int channelId, int userId ) : bool
self this
name PermissionName
channelId int
userId int
Résultat bool