ArchiveResponse
Namespace: MJCZone.MediaMatic.AspNetCore.Models.Responses
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Response for archive creation request.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
ArchiveResponse
Initializes a new instance of the ArchiveResponse class.
csharp
ArchiveResponse()ArchiveResponse
Initializes a new instance of the ArchiveResponse class.
csharp
ArchiveResponse(ArchiveResultDto result)Parameters
- result (ArchiveResultDto) - The column information.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Result
Gets or sets the column data.
Type: ArchiveResultDto?