C# 클래스 MegaMine.Modules.Quarry.Domain.QuarryDomain

파일 보기 프로젝트 열기: Nootus/MegaMine 1 사용 예제들

공개 메소드들

메소드 설명
MaterialColourDelete ( int materialColourId ) : System.Threading.Tasks.Task
MaterialColourListItemsGet ( ) : string>>>.Task
MaterialColourSave ( MaterialColourModel model ) : System.Threading.Tasks.Task
MaterialColoursGet ( ) : Task>
MaterialDelete ( int materialId, int yardId ) : Task>
MaterialSave ( List models ) : System.Threading.Tasks.Task
MaterialUpdate ( MaterialModel model, int yardId ) : Task>
MaterialViewModelGet ( ) : Task
MoveMaterial ( MaterialMovementModel model ) : Task>
ProductSummary ( ) : Task
ProductSummaryDetails ( ProductSummarySearchModel search ) : Task>
ProductSummarySearch ( ProductSummarySearchModel search ) : Task>
ProductTypeDelete ( int productTypeId ) : System.Threading.Tasks.Task
ProductTypeSave ( ProductTypeModel model ) : System.Threading.Tasks.Task
ProductTypesGet ( ) : Task>
QuarriesGet ( ) : Task>
QuarryDelete ( int quarryId ) : System.Threading.Tasks.Task
QuarryDomain ( QuarryRepository quarryRepository ) : System.Collections.Generic
QuarrySave ( QuarryModel model ) : System.Threading.Tasks.Task
QuarrySummary ( QuarrySummarySearchModel search ) : Task
QuarrySummaryDetails ( QuarrySummarySearchModel search ) : Task>
StockGet ( int yardId ) : Task>
TextureDelete ( int textureId ) : System.Threading.Tasks.Task
TextureSave ( TextureModel model ) : System.Threading.Tasks.Task
TexturesGet ( ) : Task>
YardDelete ( int yardId ) : System.Threading.Tasks.Task
YardSave ( YardModel model ) : System.Threading.Tasks.Task
YardsGet ( ) : Task>
YardsGet ( int companies ) : Task>

메소드 상세

MaterialColourDelete() 공개 메소드

public MaterialColourDelete ( int materialColourId ) : System.Threading.Tasks.Task
materialColourId int
리턴 System.Threading.Tasks.Task

MaterialColourListItemsGet() 공개 메소드

public MaterialColourListItemsGet ( ) : string>>>.Task
리턴 string>>>.Task

MaterialColourSave() 공개 메소드

public MaterialColourSave ( MaterialColourModel model ) : System.Threading.Tasks.Task
model MegaMine.Modules.Quarry.Models.MaterialColourModel
리턴 System.Threading.Tasks.Task

MaterialColoursGet() 공개 메소드

public MaterialColoursGet ( ) : Task>
리턴 Task>

MaterialDelete() 공개 메소드

public MaterialDelete ( int materialId, int yardId ) : Task>
materialId int
yardId int
리턴 Task>

MaterialSave() 공개 메소드

public MaterialSave ( List models ) : System.Threading.Tasks.Task
models List
리턴 System.Threading.Tasks.Task

MaterialUpdate() 공개 메소드

public MaterialUpdate ( MaterialModel model, int yardId ) : Task>
model MegaMine.Modules.Quarry.Models.MaterialModel
yardId int
리턴 Task>

MaterialViewModelGet() 공개 메소드

public MaterialViewModelGet ( ) : Task
리턴 Task

MoveMaterial() 공개 메소드

public MoveMaterial ( MaterialMovementModel model ) : Task>
model MegaMine.Modules.Quarry.Models.MaterialMovementModel
리턴 Task>

ProductSummary() 공개 메소드

public ProductSummary ( ) : Task
리턴 Task

ProductSummaryDetails() 공개 메소드

public ProductSummaryDetails ( ProductSummarySearchModel search ) : Task>
search MegaMine.Modules.Quarry.Models.ProductSummarySearchModel
리턴 Task>

ProductSummarySearch() 공개 메소드

public ProductSummarySearch ( ProductSummarySearchModel search ) : Task>
search MegaMine.Modules.Quarry.Models.ProductSummarySearchModel
리턴 Task>

ProductTypeDelete() 공개 메소드

public ProductTypeDelete ( int productTypeId ) : System.Threading.Tasks.Task
productTypeId int
리턴 System.Threading.Tasks.Task

ProductTypeSave() 공개 메소드

public ProductTypeSave ( ProductTypeModel model ) : System.Threading.Tasks.Task
model MegaMine.Modules.Quarry.Models.ProductTypeModel
리턴 System.Threading.Tasks.Task

ProductTypesGet() 공개 메소드

public ProductTypesGet ( ) : Task>
리턴 Task>

QuarriesGet() 공개 메소드

public QuarriesGet ( ) : Task>
리턴 Task>

QuarryDelete() 공개 메소드

public QuarryDelete ( int quarryId ) : System.Threading.Tasks.Task
quarryId int
리턴 System.Threading.Tasks.Task

QuarryDomain() 공개 메소드

public QuarryDomain ( QuarryRepository quarryRepository ) : System.Collections.Generic
quarryRepository QuarryRepository
리턴 System.Collections.Generic

QuarrySave() 공개 메소드

public QuarrySave ( QuarryModel model ) : System.Threading.Tasks.Task
model MegaMine.Modules.Quarry.Models.QuarryModel
리턴 System.Threading.Tasks.Task

QuarrySummary() 공개 메소드

public QuarrySummary ( QuarrySummarySearchModel search ) : Task
search MegaMine.Modules.Quarry.Models.QuarrySummarySearchModel
리턴 Task

QuarrySummaryDetails() 공개 메소드

public QuarrySummaryDetails ( QuarrySummarySearchModel search ) : Task>
search MegaMine.Modules.Quarry.Models.QuarrySummarySearchModel
리턴 Task>

StockGet() 공개 메소드

public StockGet ( int yardId ) : Task>
yardId int
리턴 Task>

TextureDelete() 공개 메소드

public TextureDelete ( int textureId ) : System.Threading.Tasks.Task
textureId int
리턴 System.Threading.Tasks.Task

TextureSave() 공개 메소드

public TextureSave ( TextureModel model ) : System.Threading.Tasks.Task
model MegaMine.Modules.Quarry.Models.TextureModel
리턴 System.Threading.Tasks.Task

TexturesGet() 공개 메소드

public TexturesGet ( ) : Task>
리턴 Task>

YardDelete() 공개 메소드

public YardDelete ( int yardId ) : System.Threading.Tasks.Task
yardId int
리턴 System.Threading.Tasks.Task

YardSave() 공개 메소드

public YardSave ( YardModel model ) : System.Threading.Tasks.Task
model MegaMine.Modules.Quarry.Models.YardModel
리턴 System.Threading.Tasks.Task

YardsGet() 공개 메소드

public YardsGet ( ) : Task>
리턴 Task>

YardsGet() 공개 메소드

public YardsGet ( int companies ) : Task>
companies int
리턴 Task>