ListingSettings Class

List definition class.

Definition

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

Constructors

ListingSettings Class constructor.
ListingSettings(Boolean) Class constructor.
ListingSettings(String, String, Boolean) Class constructor.

Properties

Details List of detail elements.
Expressions List of expressions.
FilterFixed String with the fixed filter of the list [Expresion].
FilterView String with the view filter.
Groups List of groups.
HideDetail Indicates whether the detail should be hidden [SinDetalle].
Id Listing identifier [Id].
Name Listing name [Nombre].
Orders List of sorts.
Page Listing Page Settings.
Private Indicates whether it is a private listing.
Subprocess List thread code [CodSubproceso].
Table Listing table.
Title Listing title [Titulo].
UseFilterView Indicates whether the view filter is used [UsarFiltroVista].

Methods

GetFields Gets a string with the fields of the details lists, sorts and groups
GetFilters Get the filter expression from the list.

Extension Methods

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

See Also