View Source
Class GridPropertyIndexValueFactory
Parses the grid value into indexable values
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class GridPropertyIndexValueFactory : IPropertyIndexValueFactory
Methods
View Source
GetIndexValues(IProperty, String, String, Boolean)
Declaration
public IEnumerable<KeyValuePair<string, IEnumerable<object>>> GetIndexValues(IProperty property, string culture, string segment, bool published)
Parameters
Type |
Name |
Description |
IProperty |
property |
|
System.String |
culture |
|
System.String |
segment |
|
System.Boolean |
published |
|
Returns
Type |
Description |
IEnumerable<KeyValuePair<System.String, IEnumerable<System.Object>>> |
|
View Source
GetIndexValues(IProperty, String, String, Boolean, IEnumerable<String>)
Declaration
public IEnumerable<KeyValuePair<string, IEnumerable<object>>> GetIndexValues(IProperty property, string culture, string segment, bool published, IEnumerable<string> availableCultures)
Parameters
Type |
Name |
Description |
IProperty |
property |
|
System.String |
culture |
|
System.String |
segment |
|
System.Boolean |
published |
|
IEnumerable<System.String> |
availableCultures |
|
Returns
Type |
Description |
IEnumerable<KeyValuePair<System.String, IEnumerable<System.Object>>> |
|