Table of Contents

Class PropertySource

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

Represents a data source definition (field / manual items / formula) including type, contents, filtering and formatting.

public class PropertySource : DomItem, IDomItemWithOutputFormatter
Inheritance
PropertySource
Implements
Inherited Members

Properties

ContentsType

Gets or sets the contents type enumeration.

public LlDomSourceContentsType ContentsType { get; set; }

Property Value

LlDomSourceContentsType

DisplayFormula

Gets or sets the display formula.

public string DisplayFormula { get; set; }

Property Value

string

Field

Gets or sets the field name reference.

public string Field { get; set; }

Property Value

string

Filter

Gets or sets the filter expression.

public string Filter { get; set; }

Property Value

string

ManualItems

Gets the manual items collection (tab separated underlying value).

public SeparatedStringCollection ManualItems { get; }

Property Value

SeparatedStringCollection

OutputFormatter

Gets the output formatter for this source.

public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase

SortOrderId

Gets or sets the sort order ID.

public string SortOrderId { get; set; }

Property Value

string

SourceType

Gets or sets the source type enumeration.

public LlDomSourceType SourceType { get; set; }

Property Value

LlDomSourceType

TableId

Gets or sets the table ID.

public string TableId { get; set; }

Property Value

string

Verification

Gets the input edit verification settings if available.

[JsonInclude]
public PropertyInputEditVerification Verification { get; }

Property Value

PropertyInputEditVerification