C# 클래스 Excavator.BinaryFile.BinaryFileComponent

상속: ExcavatorComponent
파일 보기 프로젝트 열기: NewSpring/Excavator

보호된 프로퍼티들

프로퍼티 타입 설명
FileTypeBlackList IEnumerable
FileTypes List
ImportPersonAliasId int?
ImportedPeople List

공개 메소드들

메소드 설명
LoadSchema ( string fileName ) : bool

Loads the database for this instance.

LoadStorageProviders ( ) : void

Loads the storage providers.

TransformData ( string>.Dictionary settings ) : int

Transforms the data from the dataset.

비공개 메소드들

메소드 설명
LoadRockData ( RockContext lookupContext = null ) : void

Loads Rock data that's used globally by the transform

메소드 상세

LoadSchema() 공개 메소드

Loads the database for this instance.
public LoadSchema ( string fileName ) : bool
fileName string
리턴 bool

LoadStorageProviders() 공개 메소드

Loads the storage providers.
public LoadStorageProviders ( ) : void
리턴 void

TransformData() 공개 메소드

Transforms the data from the dataset.
public TransformData ( string>.Dictionary settings ) : int
settings string>.Dictionary
리턴 int

프로퍼티 상세

FileTypeBlackList 보호되어 있는 정적으로 프로퍼티

protected static IEnumerable FileTypeBlackList
리턴 IEnumerable

FileTypes 보호되어 있는 정적으로 프로퍼티

The file types
protected static List FileTypes
리턴 List

ImportPersonAliasId 보호되어 있는 정적으로 프로퍼티

The person assigned to do the import
protected static int? ImportPersonAliasId
리턴 int?

ImportedPeople 보호되어 있는 정적으로 프로퍼티

protected static List ImportedPeople
리턴 List