ExtendedDataFieldsAttribute Class

Attribute to identify an IEnumerable of DataFields.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class ExtendedDataFieldsAttribute : Attribute
Inheritance
Object    Attribute    ExtendedDataFieldsAttribute

Constructors

ExtendedDataFieldsAttributeInitializes a new instance of the ExtendedDataFieldsAttribute class

Extension Methods

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

See Also