Overload List
Name | Description | |
---|---|---|
![]() ![]() | GetProducedProductionsFromDocumentsAsync(Int32, IEnumerableInt32) |
Retrieves a list of ProductionSlim of all produced productions that contain at least one document in documentIDs.
/// The key-value set is: [{ "DateProduced": DateTime} , { "BeginBates": String } , { "EndBates": String }]
|
![]() ![]() | GetProducedProductionsFromDocumentsAsync(Int32, String) |
Retrieves a list of ProductionSlim of all produced productions based on the database token corresponding to a mass action.
The key-value set is: [{ "DateProduced": DateTime} , { "BeginBates": String } , { "EndBates": String }]
|
![]() ![]() | GetProducedProductionsFromDocumentsAsync(Int32, IEnumerableInt32, Boolean) |
Retrieves a list of ProductionSlim of all produced productions that contain at least one document in documentIDs.
/// The key-value set is: [{ "DateProduced": DateTime} , { "BeginBates": String } , { "EndBates": String }]
|
![]() ![]() | GetProducedProductionsFromDocumentsAsync(Int32, String, Boolean) |
Retrieves a list of ProductionSlim of all produced productions based on the database token corresponding to a mass action.
The key-value set is: [{ "DateProduced": DateTime} , { "BeginBates": String } , { "EndBates": String }]
|
See Also