Table of Contents

Class PropertyOutputFormatterDate

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

Date-only formatter (no time component) with template or predefined type.

public class PropertyOutputFormatterDate : PropertyOutputFormatterBase
Inheritance
PropertyOutputFormatterDate
Inherited Members

Constructors

PropertyOutputFormatterDate(PropertyOutputFormatterBase)

public PropertyOutputFormatterDate(PropertyOutputFormatterBase item)

Parameters

item PropertyOutputFormatterBase

Properties

FormatTemplate

Gets or sets a custom format template.

public string FormatTemplate { get; set; }

Property Value

string

FormatType

Gets or sets the predefined format type.

public string FormatType { get; set; }

Property Value

string

Methods

PropertyExists(string)

Determines if the given property exists on the concrete formatter type. Overrides base logic to avoid false positives from properties that are prefixed with the combit.Reporting.Dom.PropertyOutputFormatterBase.FormatterType.

public override bool PropertyExists(string propertyName)

Parameters

propertyName string

Property name to check.

Returns

bool

True if the property exists; otherwise false.