World is now on Opti ID! Learn more

Class ListResponse

Represents List Response.

Inheritance
System.Object
ListResponse
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class ListResponse : Response

Constructors

ListResponse()

Initializes a new instance of the ListResponse class.

Declaration
public ListResponse()

ListResponse(EntityObject[])

Initializes a new instance of the ListResponse class.

Declaration
public ListResponse(EntityObject[] entityObjects)
Parameters
Type Name Description
EntityObject[] entityObjects

The entity objects.

Properties

EntityObjects

Gets or sets the target.

Declaration
public EntityObject[] EntityObjects { get; set; }
Property Value
Type Description
EntityObject[]

The target.