7
namespace Unity.SamplePlace {
7
namespace Unity.SampleLens {
9
/* Canonical schema for the results model shared with the Unity shell */
10
public enum ResultsColumn
20
/* Canonical schema for the sections model shared with the Unity shell */
21
public enum SectionsColumn
27
/* Place specific set of sections. The enum value maps to the row index
28
* in the sections model */
9
/* Lens specific set of categories. The enum value maps to the row index
10
* in the category model */
37
/* Canonical schema for the groups model shared with the Unity shell */
38
public enum GroupsColumn
45
/* Place specific set of groups. The enum value maps to the row index in
53
} /* End namespace Unity.SamplePlace */
19
} /* End namespace Unity.SampleLens */