Table of Contents

Class MongoDBOrderByMapper

Namespace
JJMasterData.MongoDB.Models
Assembly
JJMasterData.MongoDB.dll
public record MongoDBOrderByMapper : IEquatable<MongoDBOrderByMapper>
Inheritance
MongoDBOrderByMapper
Implements
Inherited Members

Constructors

MongoDBOrderByMapper(string, string)

public MongoDBOrderByMapper(string FieldName, string Type)

Parameters

FieldName string
Type string

Properties

FieldName

public string FieldName { get; init; }

Property Value

string

Type

public string Type { get; init; }

Property Value

string

Methods

Deconstruct(out string, out string)

public void Deconstruct(out string fieldName, out string type)

Parameters

fieldName string
type string

ToDictionary()

public IDictionary ToDictionary()

Returns

IDictionary