Class ListResponse
Represents List Response.
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class ListResponse : ResponseConstructors
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. | 
