Class ImportResponse
Represents .
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class ImportResponse : ResponseConstructors
ImportResponse()
Initializes a new instance of the ImportResponse class.
Declaration
public ImportResponse()Properties
Errors
Gets or sets the errors.
Declaration
public MappingError[] Errors { get; set; }Property Value
| Type | Description | 
|---|---|
| MappingError[] | The errors. | 
PrimaryKeyIds
Gets or sets the created objects.
Declaration
public PrimaryKeyId[] PrimaryKeyIds { get; set; }Property Value
| Type | Description | 
|---|---|
| PrimaryKeyId[] | The created objects. | 
