EntityMetadata.IsStateModelAware Property

Definition

Gets whether the entity supports setting custom state transitions.

public:
 property Nullable<bool> IsStateModelAware { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? IsStateModelAware { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsStateModelAware : Nullable<bool>
Public ReadOnly Property IsStateModelAware As Nullable(Of Boolean)

Property Value

true if the entity supports custom status transitions; otherwise, false.

Attributes

Remarks

The incident (case) entity is the only system entity that supports custom status transitions. Custom entities are also state model aware. More information: Define custom state model transitions.

Applies to