C# Class nHydrate.EFCore.Attributes.EntityFieldMetadata

Inheritance: System.Attribute
Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
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

Method Details

EntityFieldMetadata() public méthode

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
Résultat System