Skip to content

FilesourceListResponse

Namespace: MJCZone.MediaMatic.AspNetCore.Models.Responses

Assembly: MJCZone.MediaMatic.AspNetCore

Summary

Response model for listing multiple filesources.

public

Contents

Constructors (2) | Methods (4) | Properties (1)

Constructors

FilesourceListResponse

Initializes a new instance of the FilesourceListResponse class.

csharp
FilesourceListResponse()

FilesourceListResponse

Initializes a new instance of the FilesourceListResponse class.

csharp
FilesourceListResponse(FilesourceDto} result)

Parameters

  • result (FilesourceDto}) - The list of filesources.

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Result

Gets or sets the list of filesources.

Type: IEnumerable<FilesourceDto>