C# Class wmib.Security.DumpableDict.RoleInfo

Mostra file Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
Level int
Name string
Permissions List
Roles List

Public Methods

Method Description
RoleInfo ( ) : System
RoleInfo ( Role role ) : System

Method Details

RoleInfo() public method

public RoleInfo ( ) : System
return System

RoleInfo() public method

public RoleInfo ( Role role ) : System
role Role
return System

Property Details

Level public_oe property

public int Level
return int

Name public_oe property

public string Name
return string

Permissions public_oe property

public List Permissions
return List

Roles public_oe property

public List Roles
return List