Class SearchOrganizationModel
Inheritance
System.Object
SearchOrganizationModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class SearchOrganizationModel : Object
Constructors
SearchOrganizationModel()
Declaration
public SearchOrganizationModel()
Properties
ExcludedOrgId
Declaration
public Guid ExcludedOrgId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
FilterCollection
Declaration
public FilterExpressionNodeCollection FilterCollection { get; set; }
Property Value
Keyword
Declaration
public string Keyword { get; set; }
Property Value
Type |
Description |
System.String |
|
RecordsToRetrieve
Declaration
public int RecordsToRetrieve { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SearchFields
Declaration
public List<string> SearchFields { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
SortField
Declaration
public string SortField { get; set; }
Property Value
Type |
Description |
System.String |
|
SortType
Declaration
public SortingElementType SortType { get; set; }
Property Value
StartIndex
Declaration
public int StartIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ViewId
Declaration
public int ViewId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|