Table of Contents

Class Language

Namespace
Quilt4Net.Toolkit.Features.Content
Assembly
Quilt4Net.Toolkit.dll
public record Language : IEquatable<Language>
Inheritance
Language
Implements
Inherited Members

Fields

DeveloperLanguageKey

public static readonly Guid DeveloperLanguageKey

Field Value

Guid

NoApiKeyLanguageKey

public static readonly Guid NoApiKeyLanguageKey

Field Value

Guid

Properties

Developer

public bool Developer { get; set; }

Property Value

bool

Key

public Guid Key { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string