ObjectExtensions Class

Extension method for object.

Definition

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

Methods

GetAttributeFromT(PropertyInfo) Get attribute from a property.
GetAttributeFromT(Object, String) Get attribute from a class.
GetAttributeFromT(Type, String) Get attribute from a type.
ValidateDataAnnotations Validate class with validator of DataAnnotations.

See Also