Interface IRole
public interface IRole
- Extension Methods
Properties
ID
string ID { get; }
Property Value
Name
string Name { get; set; }
Property Value
Methods
IsValid(string)
bool IsValid(string authorId)
Parameters
authorId
string