Table of Contents

Class PropertyInnerInterval

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Inner interval configuration (contents, format, marked days) with nested outer interval reference.

public class PropertyInnerInterval : DomItem
Inheritance
PropertyInnerInterval
Inherited Members

Properties

Contents

Gets or sets the interval contents expression.

public string Contents { get; set; }

Property Value

string

Format

Gets or sets the interval display format.

public string Format { get; set; }

Property Value

string

MarkedDays

Gets or sets the marked days specification.

public string MarkedDays { get; set; }

Property Value

string

OuterInterval

Gets the outer interval configuration.

[JsonInclude]
public PropertyOuterInterval OuterInterval { get; }

Property Value

PropertyOuterInterval