Click or drag to resize

Ifs.Fnd.Data Namespace

 
Classes
  ClassDescription
Public classFndAggregateAttribute
This class represents an aggregated single record detail
Public classFndAlphaAttribute
A non-unicode string attribute
Public classFndArrayAttribute
An attribute to contain arrays
Public classFndAttribute
Base class for all attributes
Public classFndAttributeInfo
Contains information about an attribute within a data row
Public classFndBinaryAttribute
Attribute for binary values
Public classFndBoolAttribute
Attribute for boolean values
Public classFndCondition
Used to define conditions in queries
Public classFndDataColumn
Meta data for an attribute
Public classFndDataColumnCollection
A collection of FndDataColumn objects. Used as meta data for a row.
Public classFndDataColumnConverter
This class is for framework internal use
Public classFndDataEditEventArgs
Event arguments for data edit events
Public classFndDataPathEventArgs
EventArgs for events with path into data structure in a dataset
Public classFndDataRow
Represents a row of data, typically appears as a row in a FndDataTable
Public classFndDataRowCollection
FndDataRowCollection is a collection of FndDataRow objects
Public classFndDataSet
FndDataSet is a container for one or more FndDataTable objects. Supports binding in design time. Can be generated from FndDataAdapter.
Public classFndDataTable
FndDataTable contains a collection of rows and a collection of columns that describes the contents in the rows collection.
Public classFndDataTableCollection
Tables contained in a DataSet.
Public classFndDataTableConverter
For framework internal use only.
Public classFndDateAttribute
An attribute for date values
Public classFndDecimalAttribute
Attribute for decimal (high precision) values
Remarks
This type uses the .NET decimal type for the internal storage. Decimal have a range of -10^30 .. 10^30 The server support a higher range, normally -10^308 .. 10^308 A configuration setting controls how handle an overflow. Setting is named useDecimalPrecisionOverflowFallback, value can be true or false true means that overflow will be truncated to decimal.MinValue/MaxValue false means that exception will be thrown Default value is false
Public classFndDescendingSortField
FndAttribute with descending ordering of sort keys.
Public classFndDetailCondition
Defines a detail condition
Public classFndEnumAttribute
An attribute for enumerations
Public classFndEnumeration
Provides parameter support for activity handler enumeration protocol methods
Public classFndEnumerationItem
FndEnumerationItem provides the view definition for server calls with Enumeration parameter This class represents each row in result
Public classFndEnumerationItemTable
FndEnumerationItem provides the view definition for server calls with Enumeration parameter This class represents entire resultset and contains FndEnumerationItem objects
Public classFndEventDispatcher
Provides data structure event dispatching functionality For internal framework use only
Public classFndGenericAspects
This class holds a static list of all registered generic aspects. The storage layer will query this class for meta data for server induced aspects. E.g. when unmarchaling finds attributes for which no meta exists in the current entity. this class is asked if the attribute are infact an generic aspect and if so meta is retreived and merged with the current entity.
Public classFndIntegerAttribute
Attribute for integer values
Public classFndInvalidValue
Helper object to contain invalid values
Public classFndListChangedEventArgs
Extends ListChangedEventArgs with current row for ListchangedType.ItemDeleted and ListchangedType.Reset
Public classFndLongTextAttribute
Attribute for Longtexts, supports PlsqlType.LONG_TEXT type
Public classFndNumberAttribute
Attribute for double values
Public classFndNvlFunction
Represents null value replacements in queries
Public classFndQueryOptions
Options sent to query methods
Public classFndReferenceMirrorColumn
Defines mirror columns for an aggregate attribute used for reference-by-value
Public classFndReferenceMirrorColumnCollection
A collection of FndReferenceMirrorColumn objects
Public classFndReferenceQualifier
Summary description for FndReferenceQulifier.
Public classFndReferenceQualifierCollection
Public classFndRowCollectionChangedEventArgs
Event argument for dataset rowcollection events
Public classFndRowStateChangedEventArgs
Event arguments for row state changes
Public classFndSearchDataColumn
FndSearchDataColumn extends FndDataColumn with more search-related meta-information. Mostly this is LU related information.
Public classFndSimpleArrayAttribute
Summary description for FndSimpleArrayAttribute.
Public classFndSimpleCondition
Defines a simple condition
Public classFndSort
Static utilities used for sorting of records.
Public classFndSortOrderBy
Class representing parsed order-by string.
Public classFndSortingColumn
Represents sorting on a column. Sorting can be ascending or descending.
Public classFndTextAttribute
Attribute for unicode-enabled string values
Public classFndTimeAttribute
Attribute for Time values
Public classFndTimeStampAttribute
Attribute for TimeStamp values
Public classStringUtil
Summary description for StringUtil.
Delegates
  DelegateDescription
Public delegateFndDataEditEventHandler
Bubbling change events from structure in a dataset
Public delegateFndDataPathEventHandler
Bubbling event from structure in a dataset
Public delegateFndRowCollectionChangedEventHandler
Raised when a row has been added or removed in the dataset
Public delegateFndRowStateChangedEventHandler
Raised when the state of a row changes
Enumerations
  EnumerationDescription
Public enumerationFndAttributeStatus
Attribute status
Public enumerationFndAttributeType
Type of attribute
Public enumerationCode exampleFndColumnProperties
Flags to set the properties of the column.
Examples
This example shows how to use the Flags
column.Flags =Ifs.Fnd.Data.FndColumnProperties.NotQueryable | Ifs.Fnd.Data.FndColumnProperties.DefaultLOV;
Public enumerationFndConditionCategoryType
Type of condition
Public enumerationFndConditionOperatorType
Type of condition operator
Public enumerationFndDataRowState
States for a FndDataRow
Public enumerationFndDeferredPopulateStrategy
Defines strategies for how deferred populate should be done for a dataset
Public enumerationFndDetailQueryCategory
Type of detail query
Public enumerationFndMarshalOptions
Options for the marshal operation.
Public enumerationFndSearchHint
Indication for if a column is good or bad to include in the search condition conserning the performance it might result in.
Public enumerationFndSortOrder
Enumeration class that represents the direction of sort operation.