SchemaListResponse
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Response model for listing multiple schemas.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
SchemaListResponse
Initializes a new instance of the SchemaListResponse class.
csharp
SchemaListResponse()SchemaListResponse
Initializes a new instance of the SchemaListResponse class.
csharp
SchemaListResponse(SchemaDto} result)Parameters
- result (SchemaDto}) - The list of schemas.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Result
Gets or sets the list of schemas.
Type: IEnumerable<SchemaDto>