C# Class nHydrate.EFCore.Attributes.EntityMetadata

Inheritance: System.Attribute
Datei anzeigen Open project: nHydrate/nHydrate

Public Methods

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

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