Click or drag to resize

StateGroupModelStatesSerialized Property

Lists the available States in this StateGroup.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<StateModel> StatesSerialized { get; set; }

Property Value

Type: ListStateModel
See Also