C# 클래스 Cats.Services.Hub.GiftCertificateService

상속: IGiftCertificateService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
AddGiftCertificate ( GiftCertificate giftCertificate ) : bool
DeleteById ( int id ) : bool
DeleteGiftCertificate ( GiftCertificate giftCertificate ) : bool
Dispose ( ) : void
EditGiftCertificate ( GiftCertificate giftCertificate ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : GiftCertificate
FindBySINumber ( int SINumber ) : GiftCertificate

Finds the by SI number.

FindBySINumber ( string SINumber ) : GiftCertificate
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllGiftCertificate ( ) : List
GetMonthlySummary ( ) : ObjectResult

Gets the monthly summary.

GetMonthlySummaryETA ( ) : ObjectResult

Gets the monthly summary ETA.

GetSIBalances ( ) : List

Gets the SI balances.

GiftCertificateService ( IUnitOfWork unitOfWork ) : System
Update ( GiftCertificate giftCertificateModel, List inserted, List updated, List deleted ) : void

Updates the specified gift certificate model.

메소드 상세

AddGiftCertificate() 공개 메소드

public AddGiftCertificate ( GiftCertificate giftCertificate ) : bool
giftCertificate Cats.Models.Hubs.GiftCertificate
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteGiftCertificate() 공개 메소드

public DeleteGiftCertificate ( GiftCertificate giftCertificate ) : bool
giftCertificate Cats.Models.Hubs.GiftCertificate
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditGiftCertificate() 공개 메소드

public EditGiftCertificate ( GiftCertificate giftCertificate ) : bool
giftCertificate Cats.Models.Hubs.GiftCertificate
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : GiftCertificate
id int
리턴 Cats.Models.Hubs.GiftCertificate

FindBySINumber() 공개 메소드

Finds the by SI number.
public FindBySINumber ( int SINumber ) : GiftCertificate
SINumber int The SI number.
리턴 Cats.Models.Hubs.GiftCertificate

FindBySINumber() 공개 메소드

public FindBySINumber ( string SINumber ) : GiftCertificate
SINumber string
리턴 Cats.Models.Hubs.GiftCertificate

Get() 공개 메소드

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.Expression
orderBy Func
includeProperties string
리턴 IEnumerable

GetAllGiftCertificate() 공개 메소드

public GetAllGiftCertificate ( ) : List
리턴 List

GetMonthlySummary() 공개 메소드

Gets the monthly summary.
public GetMonthlySummary ( ) : ObjectResult
리턴 ObjectResult

GetMonthlySummaryETA() 공개 메소드

Gets the monthly summary ETA.
public GetMonthlySummaryETA ( ) : ObjectResult
리턴 ObjectResult

GetSIBalances() 공개 메소드

Gets the SI balances.
public GetSIBalances ( ) : List
리턴 List

GiftCertificateService() 공개 메소드

public GiftCertificateService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System

Update() 공개 메소드

Updates the specified gift certificate model.
public Update ( GiftCertificate giftCertificateModel, List inserted, List updated, List deleted ) : void
giftCertificateModel Cats.Models.Hubs.GiftCertificate The gift certificate model.
inserted List The inserted gift certificate detail.
updated List The updated gift certificate detail.
deleted List The deleted gift certificate detail.
리턴 void