C# Class Tp.Search.Model.Document.ProjectIndexData

显示文件 Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Properties

Property Type Description
Empty ProjectIndexData

Public Methods

Method Description
Parse ( IndexData indexData ) : ProjectIndexData
ProjectIndexData ( IEnumerable projectIds ) : System.Collections.Generic
Substract ( ProjectIndexData left, ProjectIndexData right ) : ProjectIndexData
Sum ( ProjectIndexData left, ProjectIndexData right ) : ProjectIndexData

Method Details

Parse() public static method

public static Parse ( IndexData indexData ) : ProjectIndexData
indexData hOOt.IndexData
return ProjectIndexData

ProjectIndexData() public method

public ProjectIndexData ( IEnumerable projectIds ) : System.Collections.Generic
projectIds IEnumerable
return System.Collections.Generic

Substract() public static method

public static Substract ( ProjectIndexData left, ProjectIndexData right ) : ProjectIndexData
left ProjectIndexData
right ProjectIndexData
return ProjectIndexData

Sum() public static method

public static Sum ( ProjectIndexData left, ProjectIndexData right ) : ProjectIndexData
left ProjectIndexData
right ProjectIndexData
return ProjectIndexData

Property Details

Empty public_oe static_oe property

public static ProjectIndexData,Tp.Search.Model.Document Empty
return ProjectIndexData