Click or drag to resize

FlatContainerModelContents Property

Defines the content of the FlatContainer.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public ContentsModel Contents { get; set; }

Property Value

Type: ContentsModel
Remarks

Contents lists the content types and quantities contained by a FlatContainer. There may be more than one content type per FlatContainer.

Examples
XML
<Container Id="MyContainer" ItemId="MyContainer" MaxAmount="20">
  <Contents>
    <Content Type="MyType" Amount="10" />
    <Content Type="MyOtherType" Amount="5" />
  </Contents>
</Container>
See Also