Show / Hide Table of Contents

Enum ReportDetail.State

This enumeration keeps track of the state of the instance.

Namespace: WizardWrx
Assembly: WizardWrx.Core.dll
Syntax
public enum State : byte

Fields

Name Description
Empty

The instance is empty.

HaveFormatItems

Either the SupplementaryDetails property is set, or it can inherit an array from the static DetailFormatItems property.

HaveLabel

The Label property has been set.

HaveLabelAndValue

The Label property has been set, as has either or both of the Value properties.

HaveListOrder

The ListOrder property has been set.

HaveValue

One or both of the DsiplayValue and Value properties has been set.

HaveValueObject

The Value property has been set.

HaveValueString

The DisplayValue property has been set.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX