ArchiveListResponse
Namespace: MJCZone.MediaMatic.AspNetCore.Models.Responses
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Response containing a list of archives.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
ArchiveListResponse
Initializes a new instance of the ArchiveListResponse class.
csharp
ArchiveListResponse()ArchiveListResponse
Initializes a new instance of the ArchiveListResponse class.
csharp
ArchiveListResponse(ArchiveFileDto} archives)Parameters
- archives (ArchiveFileDto}) - The list of archives.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Result
Gets or sets the list of archives.
Type: IEnumerable<ArchiveFileDto>