TransformBatchResponseDto
Namespace: MJCZone.MediaMatic.AspNetCore.Models.Dtos
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Response containing results from a batch transform operation.
sealed public
Contents
Constructors (1) | Methods (4) | Properties (1)
Constructors
TransformBatchResponseDto
csharp
TransformBatchResponseDto()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Results
Gets or sets the list of transformation results.
Type: List<TransformResultDto>