Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/09 14:37:29 (15 years ago)
Author:
svonolfe
Message:

Implemented large parts of the security DAL (#597)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Security.DataAccess/3.2/IPermissionOwnerAdapter.cs

    r1530 r1656  
    3030  /// The permission owner database adapter
    3131  /// </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   
    3340    /// <summary>
    3441    /// Get the permission owner with the specified name
Note: See TracChangeset for help on using the changeset viewer.