C# Класс FdoInfo.ListClassPropertiesCommand

Наследование: FdoToolbox.Core.AppFramework.ConsoleCommand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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