C# 클래스 FdoInfo.ListClassPropertiesCommand

상속: FdoToolbox.Core.AppFramework.ConsoleCommand
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : int
ListClassPropertiesCommand ( string provider, string connStr, string schema, string className ) : System

비공개 메소드들

메소드 설명
CheckGeometryType ( int geometryTypes, List geomTypes, GeometryType gtype ) : void
GetGeometryTypes ( int geometryTypes ) : string
WriteAssociationProperty ( AssociationPropertyDefinition assoc ) : void
WriteDataProperty ( DataPropertyDefinition data ) : void
WriteGeometricProperty ( GeometricPropertyDefinition geom ) : void
WriteObjectProperty ( ObjectPropertyDefinition obj ) : void
WriteRasterProperty ( RasterPropertyDefinition raster ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : int
리턴 int

ListClassPropertiesCommand() 공개 메소드

public ListClassPropertiesCommand ( string provider, string connStr, string schema, string className ) : System
provider string
connStr string
schema string
className string
리턴 System