Table of Contents

Class IntegrationConfigFormField

Namespace
Lers.Models
Assembly
Lers.Models.dll

Описывает поле в форме настройки интеграции.

public class IntegrationConfigFormField
Inheritance
IntegrationConfigFormField
Inherited Members
Extension Methods

Constructors

IntegrationConfigFormField(string, string)

Конструктор.

public IntegrationConfigFormField(string name, string title)

Parameters

name string
title string

Properties

DefaultValue

Значение по умолчанию.

public string? DefaultValue { get; set; }

Property Value

string

Editor

Редактор (по умолчанию текстовый).

public IntegrationConfigFormEditor? Editor { get; set; }

Property Value

IntegrationConfigFormEditor

Hint

Подсказка.

public string? Hint { get; set; }

Property Value

string

Name

Наименование поля.

public string Name { get; set; }

Property Value

string

Required

Указывает, что это поле обязательно заполнить.

public bool Required { get; set; }

Property Value

bool

Title

Отображаемое наименование поля.

public string Title { get; set; }

Property Value

string

Visible

Указывает, что это поле должно отображаться.

public bool Visible { get; set; }

Property Value

bool