Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure represents the values associated with a stoplight type User Defined Field.

Format


Panel
titlePwsStoplightValue
  • PwsStoplightValue
    • AsOfDate: DateTime
    • SortOrder: Byte

Elements


Element

Data Type

Description

Required?

Default

(on insert/update)

Description

Sample Data

AsOfDate

DateTime

 

 

 As of Date

2017-12-19T00:00:00Z

SortOrder

Int32

Byte

 

 

 Position in the array

2

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                              <PwsStoplightValue>
                                 <AsOfDate>2017-12-19T00:00:00Z</AsOfDate>
                                 <SortOrder>2</SortOrder>
                              </PwsStoplightValue>