Table of Contents

Class CultureNameMatchEventArgs

Namespace
Tlumach.Base
Assembly
Tlumach.Base.dll
public class CultureNameMatchEventArgs : EventArgs
Inheritance
CultureNameMatchEventArgs
Inherited Members

Properties

Candidate

Gets the value to match.

public string Candidate { get; }

Property Value

string

Culture

Gets the culture to match the Candidate against.

public CultureInfo Culture { get; }

Property Value

CultureInfo

Match

Gets or sets the flag that says whether the value in Candidate corresponds to the culture.

public bool Match { get; set; }

Property Value

bool