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

Inheritance: Rhino.Security.Mgmt.Infrastructure.IRepository
显示文件 Open project: nexida/Rhino-Security-Administration

Public Methods

Method Description
Create ( Rhino v ) : void
Delete ( Rhino v ) : void
EntityTypeRepository ( NHibernate northwindWithSecurity ) : System.Linq
Read ( System id ) : Rhino.Security.Model.EntityType
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

EntityTypeRepository() public method

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

Read() public method

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

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