ArchiveListResponse
Namespace: MJCZone.MediaMatic.AspNetCore.Models
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(ArchiveInfo} archives)Parameters
- archives (ArchiveInfo}) - The list of archives.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Archives
Gets or sets the list of archives.
Type: IEnumerable<ArchiveInfo>