C# 클래스 FdoToolbox.Core.ETL.FeatureSchemaCache

상속: IDisposable
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string name, FeatureSchemaCollection schemas ) : void
Dispose ( ) : void
FeatureSchemaCache ( ) : System
GetClassByName ( string name, string schemaName, string className ) : ClassDefinition

비공개 메소드들

메소드 설명
HasConnection ( string connName ) : bool

메소드 상세

Add() 공개 메소드

public Add ( string name, FeatureSchemaCollection schemas ) : void
name string
schemas FeatureSchemaCollection
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FeatureSchemaCache() 공개 메소드

public FeatureSchemaCache ( ) : System
리턴 System

GetClassByName() 공개 메소드

public GetClassByName ( string name, string schemaName, string className ) : ClassDefinition
name string
schemaName string
className string
리턴 ClassDefinition