Class AbpEntityEntry
Inheritance
AbpEntityEntry
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class AbpEntityEntry
Constructors
AbpEntityEntry(string, EntityEntry)
Declaration
public AbpEntityEntry(string id, EntityEntry entityEntry)
Parameters
Type |
Name |
Description |
string |
id |
|
EntityEntry |
entityEntry |
|
Properties
EntityEntry
Declaration
public EntityEntry EntityEntry { get; set; }
Property Value
Type |
Description |
EntityEntry |
|
Id
Declaration
public string Id { get; set; }
Property Value
IsModified
Declaration
public bool IsModified { get; set; }
Property Value
NavigationEntries
Declaration
public List<AbpNavigationEntry> NavigationEntries { get; set; }
Property Value
Extension Methods