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.

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/rhino-tools-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to