C# Class nHydrate.EFCore.Attributes.EntityFieldMetadata

Inheritance: System.Attribute
Exibir arquivo Open project: nHydrate/nHydrate

Public Methods

Method 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 method

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
return System