Changeset 1656 for trunk/sources/HeuristicLab.Security.DataAccess
- Timestamp:
- 04/24/09 14:37:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Security.DataAccess/3.2/IPermissionOwnerAdapter.cs
r1530 r1656 30 30 /// The permission owner database adapter 31 31 /// </summary> 32 public interface IPermissionOwnerAdapter: IDataAdapter<PermissionOwner> { 32 public interface IPermissionOwnerAdapter: IPolymorphicDataAdapter<PermissionOwner> { 33 /// <summary> 34 /// Gets the permissionOwner and updates the values of the object 35 /// </summary> 36 /// <param name="resource"></param> 37 /// <returns></returns> 38 bool GetById(PermissionOwner permOwner); 39 33 40 /// <summary> 34 41 /// Get the permission owner with the specified name
Note: See TracChangeset
for help on using the changeset viewer.