Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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.