Struct Entries
Contains collection of Entry elements and paging information.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
[Obsolete("This class is no longer used. Use content types instead. Will remain at least until February 2019.")]
public struct Entries
Properties
Entry
Gets or sets the entry.
Declaration
public Entry[] Entry { get; set; }
Property Value
Type | Description |
---|---|
Entry[] | The entry. |
Item[Int32]
Gets the Entry under the specified index.
Declaration
public Entry this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
Entry |
Item[String]
Gets the Entry with the specified id.
Declaration
public Entry this[string id] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | id |
Property Value
Type | Description |
---|---|
Entry |
TotalPages
Gets or sets the total pages.
Declaration
public int TotalPages { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The total pages. |
TotalResults
Gets or sets the total results.
Declaration
public int TotalResults { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The total results. |