Click or drag to resize

TimeExportParamInExportMatrixSelectionType Property

Gets or sets ExportMatrixSelectionType for a Export param

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public ExportMatrixSelectionTypes ExportMatrixSelectionType { get; set; }

Property Value

ExportMatrixSelectionTypes
Remarks
This value represents Export Matrix Selection Type. Please view the Enumerated Values below for a valid list of Enum types.

Enumerated Values

NameValue
BasedOnEachDay 0
BasedOnStartOfExportedPeriod 1
BasedOnEndOfExportedPeriod 2
BasedOnExportName 3

Description of each Enum type is given in the table below.

Description

NameDescription
BasedOnEachDayGets export code matrix data based on the information on each day.
BasedOnStartOfExportedPeriodGets export code matrix data based on the information on the start of the export period.
BasedOnEndOfExportedPeriodGets export code matrix data based on the information on the end of the export period.
BasedOnExportNameGets 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