Exemple #1
0
 public AuthorityTokenTableEntry(AuthorityTokenSummary authorityTokenSummary, EventHandler onChanged)
 {
     _summary         = authorityTokenSummary;
     _selected        = false;
     _selectedChanged = onChanged;
     _path            = new Path(_summary.Name, new ResourceResolver(GetType().Assembly));
 }
Exemple #2
0
 public TokenRowData(AuthorityTokenSummary token)
 {
     Name        = token.Name;
     Description = token.Description;
 }