ColumnResponse
Namespace: MJCZone.DapperMatic.AspNetCore.Models.Responses
Assembly: MJCZone.DapperMatic.AspNetCore
Summary
Response model for column operations.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
ColumnResponse
Initializes a new instance of the ColumnResponse class.
csharp
ColumnResponse()ColumnResponse
Initializes a new instance of the ColumnResponse class.
csharp
ColumnResponse(ColumnDto result)Parameters
- result (ColumnDto) - 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: ColumnDto?