Table of Contents

Interface IAdditionalParameterDefinition

Namespace
Loehnert.TypeAndResult.Additional
Assembly
Loehnert.TypeAndResult.dll

Interface for an additional type data parameter.

public interface IAdditionalParameterDefinition

Properties

Converter

Gets a converter for Type to string.

IAdditionalParameterConverter Converter { get; }

Property Value

IAdditionalParameterConverter

Default

Gets the default value for the column.

object Default { get; }

Property Value

object

Description

Gets a translatable description.

ITranslation Description { get; }

Property Value

ITranslation

Key

Gets the key.

string Key { get; }

Property Value

string

Type

Gets the type of the value.

Type Type { get; }

Property Value

Type

ValidationRules

Gets the rules for the value as string.

IEnumerable<ValidationRule> ValidationRules { get; }

Property Value

IEnumerable<ValidationRule>