Table of Contents

Class NameConverterBase.NameParts

Namespace
LinqToDB.Naming
Assembly
linq2db.Tools.dll
public record NameConverterBase.NameParts : IEquatable<NameConverterBase.NameParts>
Inheritance
NameConverterBase.NameParts
Implements
Extension Methods

Constructors

NameParts(string?, string, string?)

public NameParts(string? Prefix, string MainWord, string? Suffix)

Parameters

Prefix string
MainWord string
Suffix string

Properties

MainWord

public string MainWord { get; init; }

Property Value

string

Prefix

public string? Prefix { get; init; }

Property Value

string

Suffix

public string? Suffix { get; init; }

Property Value

string