namespace SepCore.UI
{
public class SelectRoleContext : UIContext
public RoleItemContext[] RoleItemContexts;
public RolePropertyAreaContext RolePropertyAreaContext;
public bool ShowRoleProperty;
}