Class DateRepositoryBindable<TEntity>
- Namespace
- H.Extensions.ViewModel
- Assembly
- H.Extensions.ViewModel.dll
public class DateRepositoryBindable<TEntity> : RepositoryBindable<TEntity>, INotifyPropertyChanged, IRepositoryBindable<TEntity>, IRepositoryBindableBase<TEntity>, IRepositoryBindable where TEntity : DbModelBase, new()
Type Parameters
TEntity
- Inheritance
-
RepositoryBindableBase<SelectBindable<TEntity>, TEntity>RepositoryBindable<TEntity>DateRepositoryBindable<TEntity>
- Implements
-
IRepositoryBindable<TEntity>IRepositoryBindableBase<TEntity>
- Inherited Members
- Extension Methods
Properties
EndTime
说明
public DateTime EndTime { get; set; }
Property Value
StartTime
说明
public DateTime StartTime { get; set; }
Property Value
Methods
RefreshData(params string[])
public override void RefreshData(params string[] includes)
Parameters
includes
string[]