StatusOptionMetadata ComplexType

Contains one of the possible values for an attribute of type status.

Base Type
OptionMetadata

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
Color Edm.String

The Hex color value assigned for the option.

Inherited From: OptionMetadata

Description Label

The label containing the description for the option.

Inherited From: OptionMetadata

ExternalValue Edm.String

The name of a value as it exists in an external source.

Inherited From: OptionMetadata

HasChanged Edm.Boolean

Whether the item of metadata has changed

Inherited From: OptionMetadata

IsHidden Edm.Boolean

Inherited From: OptionMetadata

IsManaged Edm.Boolean

Whether the option is part of a managed solution.

Inherited From: OptionMetadata

Label Label

The label containing the text for the option.

Inherited From: OptionMetadata

MetadataId Edm.Guid

A unique identifier for the metadata item.

Inherited From: OptionMetadata

ParentValues Collection( Edm.Int32 )

Inherited From: OptionMetadata

State Edm.Int32

The state that the status is associated with.

Inherited From: OptionMetadata

Tag Edm.String

Inherited From: OptionMetadata

TransitionData Edm.String

The status transitions allowed for this status

Inherited From: OptionMetadata

Value Edm.Int32

The value of the option

Inherited From: OptionMetadata

Used by

The following may use the StatusOptionMetadata ComplexType.

Name How used
BooleanOptionSetMetadata TrueOption Property
BooleanOptionSetMetadata FalseOption Property
OptionSetMetadata Options Property
ComplexBooleanOptionSetMetadata TrueOption Property
ComplexBooleanOptionSetMetadata FalseOption Property
ComplexOptionSetMetadata Options Property

See also