StateOptionMetadata ComplexType

Contains data to define an option for the options in a State attribute.

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

DefaultStatus Edm.Int32

The default status value associated with this state.

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

InvariantName Edm.String

The name of the state that does not change.

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

Tag Edm.String

Inherited From: OptionMetadata

Value Edm.Int32

The value of the option

Inherited From: OptionMetadata

Used by

The following may use the StateOptionMetadata ComplexType.

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

See also