Table of Contents

Struct CountryTagLoadResult

Namespace
Core.Loaders
Assembly
Core.dll

Result of country tag loading operation

public struct CountryTagLoadResult

Fields

CountryTags

public Dictionary<string, string> CountryTags

Field Value

Dictionary<string, string>

ErrorMessage

public string ErrorMessage

Field Value

string

Errors

public List<string> Errors

Field Value

List<string>

IsSuccess

public bool IsSuccess

Field Value

bool

Methods

Failure(string)

public static CountryTagLoadResult Failure(string error)

Parameters

error string

Returns

CountryTagLoadResult

Success(Dictionary<string, string>, List<string>)

public static CountryTagLoadResult Success(Dictionary<string, string> tags, List<string> errors)

Parameters

tags Dictionary<string, string>
errors List<string>

Returns

CountryTagLoadResult