C# Class nHydrate.EFCore.Attributes.EntityMetadata

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

Méthodes publiques

Méthode Description
EntityMetadata ( string name, bool allowAuditTracking, bool allowCreateAudit, bool allowModifiedAudit, bool allowConcurrencyAudit, string description, bool enforcePrimaryKey, bool immutable, bool isTypeTable, string dbSchema ) : System

Method Details

EntityMetadata() public méthode

public EntityMetadata ( string name, bool allowAuditTracking, bool allowCreateAudit, bool allowModifiedAudit, bool allowConcurrencyAudit, string description, bool enforcePrimaryKey, bool immutable, bool isTypeTable, string dbSchema ) : System
name string
allowAuditTracking bool
allowCreateAudit bool
allowModifiedAudit bool
allowConcurrencyAudit bool
description string
enforcePrimaryKey bool
immutable bool
isTypeTable bool
dbSchema string
Résultat System