adding a column to rhino-security

26 views
Skip to first unread message

Beto

unread,
Jan 8, 2016, 9:52:59 PM1/8/16
to Rhino Tools Dev
Hi

Do any of you have a good way to augment an entity in rhino-security so that you are able to add a column without having to modify the rhino-security security source code?

For example i want to add a column named "description" to the "UserGroups" table, how would I go about mapping the new column?

I know I would have to inherit from the UserGroup class, but how would I go about mapping this new column?

public class ModUserGroup:UserGroup{
          public virtual string Description {get; set;}
}

thanks for the help.
Reply all
Reply to author
Forward
0 new messages