Interface IAdditionalParameterDefinition
- Namespace
- Loehnert.TypeAndResult.Additional
- Assembly
- Loehnert.TypeAndResult.dll
Interface for an additional type data parameter.
public interface IAdditionalParameterDefinition
Properties
Converter
IAdditionalParameterConverter Converter { get; }
Property Value
Default
Gets the default value for the column.
object Default { get; }
Property Value
Description
Gets a translatable description.
ITranslation Description { get; }
Property Value
- ITranslation
Key
Gets the key.
string Key { get; }
Property Value
Type
Gets the type of the value.
Type Type { get; }
Property Value
ValidationRules
Gets the rules for the value as string.
IEnumerable<ValidationRule> ValidationRules { get; }