Class SearchRelation1NDataModel
Inheritance
System.Object
SearchRelation1NDataModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class SearchRelation1NDataModel : Object
Constructors
SearchRelation1NDataModel()
Declaration
public SearchRelation1NDataModel()
Properties
ObjectId
Declaration
public string ObjectId { get; set; }
Property Value
Type |
Description |
System.String |
|
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PageSize
Declaration
public int PageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RefClassName
Declaration
public string RefClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
RefFieldName
Declaration
public string RefFieldName { get; set; }
Property Value
Type |
Description |
System.String |
|