C# Class FdoInfo.ListClassPropertiesCommand

Inheritance: FdoToolbox.Core.AppFramework.ConsoleCommand
Mostra file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
Execute ( ) : int
ListClassPropertiesCommand ( string provider, string connStr, string schema, string className ) : System

Private Methods

Method Description
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

Method Details

Execute() public method

public Execute ( ) : int
return int

ListClassPropertiesCommand() public method

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