ListingExpression Class

Expression element.

Definition

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

Constructors

ListingExpressionInitializes a new instance of the ListingExpression class

Properties

Expression Expression [Expresion].
TypeName Expression data type name [TipoCampo].

Methods

GetAlias Gets the alias of the expression corresponding to the indicated index.

Extension Methods

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

See Also