Result Class

Inheritance

Object

Spreadsheet.CustomSortDialog+Result

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public sealed class Result

Constructors

ResultLink to this section

Declaration
public Result(Documents.Spreadsheet.SortKey[] Keys, bool HasHeaders)
Parameters
Type Name Description
Documents.Spreadsheet.SortKey[] Keys
bool HasHeaders

Properties

HasHeadersLink to this section

Declaration
public bool HasHeaders { get; set; }
Property Value
Type Description
bool

KeysLink to this section

Declaration
public Documents.Spreadsheet.SortKey[] Keys { get; set; }
Property Value
Type Description
Documents.Spreadsheet.SortKey[]

Methods

DeconstructLink to this section

Declaration
public void Deconstruct(Documents.Spreadsheet.SortKey[]& Keys, Boolean& HasHeaders)
Parameters
Type Name Description
Documents.Spreadsheet.SortKey[]& Keys
Boolean& HasHeaders

EqualsLink to this section

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool

EqualsLink to this section

Declaration
public bool Equals(Spreadsheet.CustomSortDialog+Result other)
Parameters
Type Name Description
Spreadsheet.CustomSortDialog+Result other
Returns
Type Description
bool

GetHashCodeLink to this section

Declaration
public override int GetHashCode()
Returns
Type Description
int

ToStringLink to this section

Declaration
public override string ToString()
Returns
Type Description
string

Operators

operator !=Link to this section

Declaration
public static bool operator !=(Spreadsheet.CustomSortDialog+Result left, Spreadsheet.CustomSortDialog+Result right)
Parameters
Returns
Type Description
bool

operator ==Link to this section

Declaration
public static bool operator ==(Spreadsheet.CustomSortDialog+Result left, Spreadsheet.CustomSortDialog+Result right)
Parameters
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙