SummaryField Class

Model class that defines the summary value of a list field.

Definition

Namespace: Aliquo.Windows.Controls.Models
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class SummaryField
Inheritance
Object    SummaryField

Constructors

SummaryFieldInitializes a new instance of the SummaryField class

Properties

FieldName Field name or alias that corresponds to a field in the list.
Format Specifies the data format used to display the value.
Value Value to be displayed as summary field data.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also