TimeExportParamInExportMatrixSelectionType Property | |
Gets or sets ExportMatrixSelectionType for a Export param
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public ExportMatrixSelectionTypes ExportMatrixSelectionType { get; set; }
function get_ExportMatrixSelectionType();
function set_ExportMatrixSelectionType(value);
Property Value
ExportMatrixSelectionTypesRemarks
This value represents Export Matrix Selection Type. Please view the Enumerated Values below for a valid list of Enum types.
Enumerated Values
Name | Value |
---|
BasedOnEachDay | 0 |
BasedOnStartOfExportedPeriod | 1 |
BasedOnEndOfExportedPeriod | 2 |
BasedOnExportName | 3 |
Description of each Enum type is given in the table below.
Description
Name | Description |
---|
BasedOnEachDay | Gets export code matrix data based on the information on each day. |
BasedOnStartOfExportedPeriod | Gets export code matrix data based on the information on the start of the export period. |
BasedOnEndOfExportedPeriod | Gets export code matrix data based on the information on the end of the export period. |
BasedOnExportName | Gets an export code matrix manually by explicitly specifying the name. If you select this value then the property ExportMatrixName should be filled with the name of a valid export code matrix in the system. |
Example 0,1,2,3
Note this value must be an integer (the value).
See Also