Click or drag to resize

ExcelCultureManager Class

This class is used by the Excel exporter to manage culture-specific output.
Inheritance Hierarchy
SystemObject
  NetQuarry.Data.ExportExcelCultureManager

Namespace:  NetQuarry.Data.Export
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class ExcelCultureManager

The ExcelCultureManager type exposes the following members.

Constructors
  NameDescription
Public methodExcelCultureManager
Initializes a new instance of the ExcelCultureManager class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGenCurrencyStyle
Generate an Excel currency format style block.
Public methodGenerateStyles
Add the culture-specific Excel style blocks to the specified string.
Public methodStatic memberGetCurrencyCulture
Determine the .Net currency culture for the specified field.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterCurrencyFormat
Add a .Net culture that will require culture-specific styles. Currently culture-specific styles are generated for currency and date/time values only.
Public methodStyleNameDate
Gets the name of the Excel date/time style to use for the specified culture.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also