Class FileAttribute
- Namespace
- MES.MQC.UtilityLibrary.Form.Attributes.Field
- Assembly
- MES.MQC.UtilityLibrary.dll
public class FileAttribute : FieldAttributeBase, _Attribute, IFieldAttribute
- Inheritance
-
FileAttribute
- Implements
- Inherited Members
Properties
AllowSpecial
public bool AllowSpecial { get; set; }
Property Value
AllowedExtensions
public string[] AllowedExtensions { get; set; }
Property Value
- string[]
Placeholder
public string Placeholder { get; set; }
Property Value
RefreshDelay
public bool RefreshDelay { get; }
Property Value
Methods
GetBasicTypes()
Allowed basic types for PropertyType
public override Type[] GetBasicTypes()
Returns
- Type[]