C# 클래스 LinnworksAPI.DashboardsMethods

파일 보기 프로젝트 열기: LinnSystems/LinnworksNetSDK

공개 메소드들

메소드 설명
ExecuteCustomPagedScript ( Int32 scriptId, ScriptParameter parameters, Int32 entriesPerPage, Int32 pageNumber, String ApiToken, String ApiServer ) : CustomScriptResult
GetInventoryLocationCategoriesData ( System.DateTime date, System.Guid locationId, String ApiToken, String ApiServer ) : List
GetInventoryLocationData ( System.DateTime date, String ApiToken, String ApiServer ) : List
GetInventoryLocationProductsData ( System.DateTime date, System.Guid locationId, System.Guid categoryId, Int32 pageNumber, Int32 entriesPerPage, String ApiToken, String ApiServer ) : PagedStockCategoryLocationProductResult
GetLowStockLevel ( System.Guid locationId, Int32 numRows, String ApiToken, String ApiServer ) : List
GetPerformanceDetail ( Int32 period, Int32 timeScale, String ApiToken, String ApiServer ) : List>.Dictionary
GetPerformanceTableData ( Int32 period, String ApiToken, String ApiServer ) : List
GetTopProducts ( TopProductsType type, Int32 period, Int32 numRows, Int32 orderStatus, String ApiToken, String ApiServer ) : List

메소드 상세

ExecuteCustomPagedScript() 공개 정적인 메소드

public static ExecuteCustomPagedScript ( Int32 scriptId, ScriptParameter parameters, Int32 entriesPerPage, Int32 pageNumber, String ApiToken, String ApiServer ) : CustomScriptResult
scriptId System.Int32
parameters ScriptParameter
entriesPerPage System.Int32
pageNumber System.Int32
ApiToken String
ApiServer String
리턴 CustomScriptResult

GetInventoryLocationCategoriesData() 공개 정적인 메소드

public static GetInventoryLocationCategoriesData ( System.DateTime date, System.Guid locationId, String ApiToken, String ApiServer ) : List
date System.DateTime
locationId System.Guid
ApiToken String
ApiServer String
리턴 List

GetInventoryLocationData() 공개 정적인 메소드

public static GetInventoryLocationData ( System.DateTime date, String ApiToken, String ApiServer ) : List
date System.DateTime
ApiToken String
ApiServer String
리턴 List

GetInventoryLocationProductsData() 공개 정적인 메소드

public static GetInventoryLocationProductsData ( System.DateTime date, System.Guid locationId, System.Guid categoryId, Int32 pageNumber, Int32 entriesPerPage, String ApiToken, String ApiServer ) : PagedStockCategoryLocationProductResult
date System.DateTime
locationId System.Guid
categoryId System.Guid
pageNumber System.Int32
entriesPerPage System.Int32
ApiToken String
ApiServer String
리턴 PagedStockCategoryLocationProductResult

GetLowStockLevel() 공개 정적인 메소드

public static GetLowStockLevel ( System.Guid locationId, Int32 numRows, String ApiToken, String ApiServer ) : List
locationId System.Guid
numRows System.Int32
ApiToken String
ApiServer String
리턴 List

GetPerformanceDetail() 공개 정적인 메소드

public static GetPerformanceDetail ( Int32 period, Int32 timeScale, String ApiToken, String ApiServer ) : List>.Dictionary
period System.Int32
timeScale System.Int32
ApiToken String
ApiServer String
리턴 List>.Dictionary

GetPerformanceTableData() 공개 정적인 메소드

public static GetPerformanceTableData ( Int32 period, String ApiToken, String ApiServer ) : List
period System.Int32
ApiToken String
ApiServer String
리턴 List

GetTopProducts() 공개 정적인 메소드

public static GetTopProducts ( TopProductsType type, Int32 period, Int32 numRows, Int32 orderStatus, String ApiToken, String ApiServer ) : List
type TopProductsType
period System.Int32
numRows System.Int32
orderStatus System.Int32
ApiToken String
ApiServer String
리턴 List