x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Ix4Trace.Engine.Features Namespace Reference

Classes

class  EntityDictionaryFC
 Connected entity dictionary. More...
 
class  EntityListFC
 List of connected data. This list have to be ordered by key. More...
 
class  EntityXML
 Saves enyities of an object to XML. Makes insert SQL commands. More...
 
class  Feature
 Feature is a basic entity handling object of x4Trace. More...
 
class  FeatureConnection
 Represent a connection a feature and other type entities. Uses for fast fill of lists. More...
 
class  FeatureConnectionData
 represents data collection of connections. More...
 
class  FeatureDictionary2FC
 Represents dictionary of feature connections. More...
 
class  FeatureDictionaryFC
 Connected dictionary of feature. More...
 
class  FeatureList
 Represent a list of features. Basic feature handlig functions are implemented in this object. More...
 
class  FeatureManager
 Represents of management object of features. If you want to create a Feature or a feature list, you have to Create the instances by this feature. More...
 
class  FeatureNotFoundException
 Feature not found exception. More...
 
class  FeatureSubList
 Represent a list of feature. The feature contains this list of another feature. More...
 
class  SingleFC
 Single connection of feature and entity. More...
 

Enumerations

enum  InsertType { ScopeIdentity , Insert }
 Insert types of feature.
 

Functions

delegate void FeatureAdded (Feature feature)
 Delegate of feature added.
 

Function Documentation

◆ FeatureAdded()

delegate void Ix4Trace.Engine.Features.FeatureAdded ( Feature feature)

Delegate of feature added.

Parameters
featureThe feature.