C# Class FdoInfo.ListClassPropertiesCommand

Inheritance: FdoToolbox.Core.AppFramework.ConsoleCommand
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : int
ListClassPropertiesCommand ( string provider, string connStr, string schema, string className ) : System

Private Methods

Méthode 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 méthode

public Execute ( ) : int
Résultat int

ListClassPropertiesCommand() public méthode

public ListClassPropertiesCommand ( string provider, string connStr, string schema, string className ) : System
provider string
connStr string
schema string
className string
Résultat System