Click or drag to resize

Ifs.Fnd.Core Namespace

 
Classes
  ClassDescription
Public classDetailedMessageInfo
Detailed information for errors showed in message dialogs
Public classDPIValue
DPIValue class contains commonly scaled values.
Public classFndComponentAttribute
Defines IFS component for an assembly. Used for translations, Presentation Object Scan, Customization Layers etc...
Public classFndCompressionUtil
Compress/decompress byte[] using GZipStream
Public classFndDeploymentUtilities
Utility class aimed for handling deployment information
Public classFndDPIUtilities
DPIHelper class contains methods commonly used for DPI scaling.
Public classFndDPIUtilitiesConstants
Static class for dynamic DPI constants
Public classFndEnumerationsAttribute
Defines IFS component for an assembly. Used for translations and others.
Public classFndFlagUtil
Utility for setting and reading record and attribute flags
Public classFndInvalidStateException
The exception that is thrown when a method / property has been invoked on an object at an inappropriate time. That is, the object is not in an appropriate state for the requested operation.
Public classFndMiniDumpDialog
Dialog used for creating a dump of the current process.
Public classFndReadOnlyDictionaryTKey, TValue
Read-only version of generic Dictionary
Public classFndRightToLeftUtilities
FndRightToLeftUtilities class contains static methods for identifying and applying correct RightToLeft settings on UI objects.
Public classFndRTLGraphics
FndRTLGraphics is a wrapper for the graphics object. The draw methods found in this class renders the graphics from right to left. RightToLeft transformation is only done if the RightToLeft property is set to RightToLeft.Yes for the control that's being rendered.
Public classFndSettingsReader
Public classFndStorage
Public classFndTranslationUtilities
Utility class for language information.
Public classFndUrlAddress
Url address used to parse, format and modify urls with parameters
Public classFndUrlAddressCollection
Collection of URL addresses.
Public classFndUrlParameter
Represents one URL parameter with a parameter name and parameter value pair.
Public classFndUrlParameterCollection
Collection of URL parameters within an URL.
Public classFndUserSettings
Utility class to store and retreive user settings data, like windows positions etc.
Public classFndUserSettingsSavedForm
A small class for holding windowstate, location and clientsize of a form.
Public classFndWpfHelpers
Helper class to support use of WPF
Public classLanguageCode
Used for language information
Public classMiniDumper
MiniDumper is used for writing a dump of the current process to a file on disk.
Public classOrderedDictionaryTKey, TValue
Represents a generic collection of key/value pairs that are ordered independently of the key and value.
Interfaces
  InterfaceDescription
Public interfaceIOrderedDictionaryTKey, TValue
Represents a generic collection of key/value pairs that are ordered independently of the key and value.
Enumerations
  EnumerationDescription
Public enumerationDPIImageScaleMode
Set of options for how images should scale.
Public enumerationFndScaleDimension
ScaleDimension is used to indicate which dimension scaling is applied on. Commonly used when scaling control on forms using AutoScaleMode.Font.