Table of Contents

Class DateAttributeBase

Namespace
MES.MQC.UtilityLibrary.Form.Attributes.Field
Assembly
MES.MQC.UtilityLibrary.dll
public abstract class DateAttributeBase : FieldAttributeBase, _Attribute, IFieldAttribute
Inheritance
DateAttributeBase
Implements
Derived
Inherited Members

Properties

MaxDateTime

public DateTime? MaxDateTime { get; set; }

Property Value

DateTime?

MinDateTime

public DateTime? MinDateTime { get; set; }

Property Value

DateTime?

Methods

GetBasicTypes()

Allowed basic types for PropertyType

public override Type[] GetBasicTypes()

Returns

Type[]