文章 DateRangeFacet V2 类

  • 命名空间: Limyee.Extensibility.Api.Entities.Version2
  • 程序集: Limyee.Components.dll

定义

class DateRangeFacet
{
	DateTime? End { get; set;  }
	string FieldName { get; set;  }
	List<SearchFilterBase> FiltersToIgnore { get; set;  }
	bool Inclusive { get; set;  }
	DateTime? Start { get; set;  }
}

属性

名称

类型

描述

默认值

选项

End

DateTime?

FieldName

string

FiltersToIgnore

List<SearchFilterBase>

Inclusive

bool

Start

DateTime?