C# Class FdoToolbox.Core.Feature.IncompatibleSchema

Error object for an incompatible feature schema
Mostrar archivo Open project: jumpinjackie/fdotoolbox

Public Methods

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

Adds the class.
public AddClass ( IncompatibleClass cls ) : void
cls IncompatibleClass The CLS.
return void

IncompatibleSchema() public method

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

ToString() public method

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