Class SimpleStateCheckerTestBase.MyStateEntity
Inheritance
SimpleStateCheckerTestBase.MyStateEntity
Assembly: Volo.Abp.Core.Tests.dll
Syntax
public class SimpleStateCheckerTestBase.MyStateEntity : IHasSimpleStateCheckers<SimpleStateCheckerTestBase.MyStateEntity>
Constructors
MyStateEntity()
Declaration
Properties
CheckCount
Declaration
public int CheckCount { get; set; }
Property Value
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
GlobalCheckCount
Declaration
public int GlobalCheckCount { get; set; }
Property Value
LastModificationTime
Declaration
public DateTime? LastModificationTime { get; set; }
Property Value
MultipleCheckCount
Declaration
public int MultipleCheckCount { get; set; }
Property Value
MultipleGlobalCheckCount
Declaration
public int MultipleGlobalCheckCount { get; set; }
Property Value
StateCheckers
Declaration
public List<ISimpleStateChecker<SimpleStateCheckerTestBase.MyStateEntity>> StateCheckers { get; }
Property Value
Methods
AddSimpleStateChecker(ISimpleStateChecker<MyStateEntity>)
Declaration
public SimpleStateCheckerTestBase.MyStateEntity AddSimpleStateChecker(ISimpleStateChecker<SimpleStateCheckerTestBase.MyStateEntity> checker)
Parameters
Returns
Implements
Extension Methods