C# 클래스 Rhino.Security.Mgmt.Data.EntitiesGroupRepository

상속: Rhino.Security.Mgmt.Infrastructure.IRepository
파일 보기 프로젝트 열기: nexida/Rhino-Security-Administration

공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

public Create ( Rhino v ) : void
v Rhino
리턴 void

Delete() 공개 메소드

public Delete ( Rhino v ) : void
v Rhino
리턴 void

EntitiesGroupRepository() 공개 메소드

public EntitiesGroupRepository ( NHibernate northwindWithSecurity ) : System.Linq
northwindWithSecurity NHibernate
리턴 System.Linq

Read() 공개 메소드

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

Search() 공개 메소드

public Search ( System id, string name ) : IPresentableSet
id System
name string
리턴 IPresentableSet

Update() 공개 메소드

public Update ( Rhino v ) : void
v Rhino
리턴 void