C# Class FdoToolbox.Core.Feature.IncompatibleSchema

Error object for an incompatible feature schema
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
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.

Method Details

AddClass() public méthode

Adds the class.
public AddClass ( IncompatibleClass cls ) : void
cls IncompatibleClass The CLS.
Résultat void

IncompatibleSchema() public méthode

Initializes a new instance of the IncompatibleSchema class.
public IncompatibleSchema ( string name ) : System
name string The name.
Résultat System

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string