ListingDetail Class

Detail element.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class ListingDetail : BindableCore
Inheritance
Object    BindableCore    ListingDetail

Constructors

ListingDetailInitializes a new instance of the ListingDetail class

Properties

AlignmentType Alignment type [Alineacion].
Field Field name.
Format Element format [Formato].
IndexExpression Index of the expression in the list of expressions.
SummaryType Summary type.
Text Element text [Etiqueta].
Width Element Width [Ancho].

Methods

GetWidthOrDefault Gets the value of the set width or a default width.

Extension Methods

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

See Also