C# 클래스 nHydrate.EFCore.Attributes.EntityMetadata

상속: System.Attribute
파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
EntityMetadata ( string name, bool allowAuditTracking, bool allowCreateAudit, bool allowModifiedAudit, bool allowConcurrencyAudit, string description, bool enforcePrimaryKey, bool immutable, bool isTypeTable, string dbSchema ) : System

메소드 상세

EntityMetadata() 공개 메소드

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
리턴 System