Class AbpEntityOptions
Inheritance
object
AbpEntityOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EntityFrameworkCore.DependencyInjection
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class AbpEntityOptions
Constructors
AbpEntityOptions()
Declaration
public AbpEntityOptions()
Methods
Entity<TEntity>(Action<AbpEntityOptions<TEntity>>)
Declaration
public void Entity<TEntity>(Action<AbpEntityOptions<TEntity>> optionsAction) where TEntity : IEntity
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<T><AbpEntityOptions<TEntity>> | optionsAction |
Type Parameters
| Name | Description |
|---|---|
| TEntity |
GetOrNull<TEntity>()
Declaration
public AbpEntityOptions<TEntity> GetOrNull<TEntity>() where TEntity : IEntity
Returns
| Type | Description |
|---|---|
| AbpEntityOptions<TEntity> |
Type Parameters
| Name | Description |
|---|---|
| TEntity |