C# Class FdoToolbox.Core.ETL.Specialized.FeatureCountEventArgs

Event object for counting features processed
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Свойство Type Description
Features int

Méthodes publiques

Méthode Description
FeatureCountEventArgs ( int features ) : System

Initializes a new instance of the FeatureCountEventArgs class.

Method Details

FeatureCountEventArgs() public méthode

Initializes a new instance of the FeatureCountEventArgs class.
public FeatureCountEventArgs ( int features ) : System
features int The features.
Résultat System

Property Details

Features public_oe property

The number of features
public int Features
Résultat int