Table of Contents

Class Regions

Namespace
RetailForce.Fiscalisation.Implementation.Portugal
Assembly
RetailForce.Fiscalisation.Model.dll
public static class Regions
Inheritance
object
Regions
Inherited Members

Methods

GetRegion(Region)

Gets the region name from the appropriate enum value

public static string GetRegion(Region region)

Parameters

region Region

Returns

string

GetRegionFromName(string)

Gets the enum value from the region name

public static Region? GetRegionFromName(string region)

Parameters

region string

Returns

Region?

Region Enum value or null, if region was not found

GetRegions(IEnumerable<Region>)

Gets the region names from the appropriate enum values

public static IEnumerable<string> GetRegions(IEnumerable<Region> regions)

Parameters

regions IEnumerable<Region>

Returns

IEnumerable<string>