C# 클래스 WhippedCream.Data.User.UserRepository

상속: DbContext, IUserRepository, IRepositoryContext
파일 보기 프로젝트 열기: KCL5South/WhippedCream

Private Properties

프로퍼티 타입 설명
GetContext ObjectContext
IUserRepository IEnumerable
IUserRepository int

공개 메소드들

메소드 설명
IRepositoryContext ( ) : void
IRepositoryContext ( object entity ) : void
IRepositoryContext ( object entity, string propertyName ) : void
IRepositoryContext ( string entitySetName, object entity ) : void
MultiplyByTwo ( Nullable number ) : int
MultiplyByTwoQuiet ( Nullable number ) : int
QueryAwards ( Nullable number ) : ObjectResult
QueryAwards ( Nullable number, MergeOption mergeOption ) : ObjectResult
UserRepository ( WhippedCream map ) : System

보호된 메소드들

메소드 설명
OnModelCreating ( DbModelBuilder modelBuilder ) : void

비공개 메소드들

메소드 설명
GetContext ( WhippedCream map ) : ObjectContext
IUserRepository ( Nullable number ) : IEnumerable
IUserRepository ( Nullable number ) : int

메소드 상세

IRepositoryContext() 공개 메소드

public IRepositoryContext ( ) : void
리턴 void

IRepositoryContext() 공개 메소드

public IRepositoryContext ( object entity ) : void
entity object
리턴 void

IRepositoryContext() 공개 메소드

public IRepositoryContext ( object entity, string propertyName ) : void
entity object
propertyName string
리턴 void

IRepositoryContext() 공개 메소드

public IRepositoryContext ( string entitySetName, object entity ) : void
entitySetName string
entity object
리턴 void

MultiplyByTwo() 공개 메소드

public MultiplyByTwo ( Nullable number ) : int
number Nullable
리턴 int

MultiplyByTwoQuiet() 공개 메소드

public MultiplyByTwoQuiet ( Nullable number ) : int
number Nullable
리턴 int

OnModelCreating() 보호된 메소드

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
리턴 void

QueryAwards() 공개 메소드

public QueryAwards ( Nullable number ) : ObjectResult
number Nullable
리턴 ObjectResult

QueryAwards() 공개 메소드

public QueryAwards ( Nullable number, MergeOption mergeOption ) : ObjectResult
number Nullable
mergeOption MergeOption
리턴 ObjectResult

UserRepository() 공개 메소드

public UserRepository ( WhippedCream map ) : System
map WhippedCream
리턴 System