C# 클래스 FdoToolbox.Core.ETL.Specialized.FeatureCountEventArgs

Event object for counting features processed
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 프로퍼티들

프로퍼티 타입 설명
Features int

공개 메소드들

메소드 설명
FeatureCountEventArgs ( int features ) : System

Initializes a new instance of the FeatureCountEventArgs class.

메소드 상세

FeatureCountEventArgs() 공개 메소드

Initializes a new instance of the FeatureCountEventArgs class.
public FeatureCountEventArgs ( int features ) : System
features int The features.
리턴 System

프로퍼티 상세

Features 공개적으로 프로퍼티

The number of features
public int Features
리턴 int