C# Class Rhino.Security.Mgmt.Data.EntitiesGroupRepository

Inheritance: Rhino.Security.Mgmt.Infrastructure.IRepository
Exibir arquivo Open project: nexida/Rhino-Security-Administration

Public Methods

Method Description
Create ( Rhino v ) : void
Delete ( Rhino v ) : void
EntitiesGroupRepository ( NHibernate northwindWithSecurity ) : System.Linq
Read ( System id ) : Rhino.Security.Model.EntitiesGroup
Search ( System id, string name ) : IPresentableSet
Update ( Rhino v ) : void

Method Details

Create() public method

public Create ( Rhino v ) : void
v Rhino
return void

Delete() public method

public Delete ( Rhino v ) : void
v Rhino
return void

EntitiesGroupRepository() public method

public EntitiesGroupRepository ( NHibernate northwindWithSecurity ) : System.Linq
northwindWithSecurity NHibernate
return System.Linq

Read() public method

public Read ( System id ) : Rhino.Security.Model.EntitiesGroup
id System
return Rhino.Security.Model.EntitiesGroup

Search() public method

public Search ( System id, string name ) : IPresentableSet
id System
name string
return IPresentableSet

Update() public method

public Update ( Rhino v ) : void
v Rhino
return void