CutTypeStringAttribute Class

Attribute to identify an enum property.

Definition

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

Constructors

CutTypeStringAttribute Constructor class.

Properties

CutType Attribute for cut type.

Extension Methods

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

See Also