C# Класс FdoToolbox.Core.Feature.IncompatibleSchema

Error object for an incompatible feature schema
Показать файл Открыть проект

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

Метод Описание
AddClass ( IncompatibleClass cls ) : void

Adds the class.

IncompatibleSchema ( string name ) : System

Initializes a new instance of the IncompatibleSchema class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Описание методов

AddClass() публичный Метод

Adds the class.
public AddClass ( IncompatibleClass cls ) : void
cls IncompatibleClass The CLS.
Результат void

IncompatibleSchema() публичный Метод

Initializes a new instance of the IncompatibleSchema class.
public IncompatibleSchema ( string name ) : System
name string The name.
Результат System

ToString() публичный Метод

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string