Table of Contents

Class IndexModelExtensions

Namespace
Tharga.MongoDB.Blazor
Assembly
Tharga.MongoDB.Blazor.dll
public static class IndexModelExtensions
Inheritance
IndexModelExtensions
Inherited Members

Methods

Diff(IndexModel[])

public static string Diff(this IndexModel[] indicies)

Parameters

indicies IndexModel[]

Returns

string

Differs(IndexModel)

public static bool Differs(this IndexModel args)

Parameters

args IndexModel

Returns

bool

ToIndexModel(CollectionInfo)

public static IEnumerable<IndexModel> ToIndexModel(this CollectionInfo collectionInfo)

Parameters

collectionInfo CollectionInfo

Returns

IEnumerable<IndexModel>