C# Класс nHydrate.EFCore.Attributes.EntityFieldMetadata

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
EntityFieldMetadata ( string name, int sortOrder, bool uiVisible, int maxLength, string mask, string friendlyName, string defaultValue, bool allowNull, string description, bool isComputed, bool isUnique, double min, double max, bool isPrimaryKey ) : System

Описание методов

EntityFieldMetadata() публичный Метод

public EntityFieldMetadata ( string name, int sortOrder, bool uiVisible, int maxLength, string mask, string friendlyName, string defaultValue, bool allowNull, string description, bool isComputed, bool isUnique, double min, double max, bool isPrimaryKey ) : System
name string
sortOrder int
uiVisible bool
maxLength int
mask string
friendlyName string
defaultValue string
allowNull bool
description string
isComputed bool
isUnique bool
min double
max double
isPrimaryKey bool
Результат System