Class RadioGroupAttribute
- Namespace
- MES.MQC.UtilityLibrary.Form.Field
- Assembly
- MES.MQC.UtilityLibrary.dll
[AttributeUsage(AttributeTargets.Property)]
public class RadioGroupAttribute : FieldAttribute, _Attribute
- Inheritance
-
RadioGroupAttribute
- Implements
- Inherited Members
Properties
Options
public string[] Options { get; set; }
Property Value
- string[]
Methods
AllowEnumType()
PropertyType for this attribute can be a enum
public override bool AllowEnumType()
Returns
GetBasicTypes()
Allowed basic types for PropertyType
public override Type[] GetBasicTypes()
Returns
- Type[]