C# Class FdoToolbox.Core.Feature.IncompatibleClass

Error object for an incompatible feature class
Datei anzeigen Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
AddProperty ( IncompatibleProperty prop ) : void

Adds the property.

AddReason ( string reason ) : void

Adds the reason.

FindProperty ( string propName ) : IncompatibleProperty

Finds the property.

IncompatibleClass ( string name, string reason ) : System

Initializes a new instance of the IncompatibleClass class.

ToString ( ) : string

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

Method Details

AddProperty() public method

Adds the property.
public AddProperty ( IncompatibleProperty prop ) : void
prop IncompatibleProperty The prop.
return void

AddReason() public method

Adds the reason.
public AddReason ( string reason ) : void
reason string The reason.
return void

FindProperty() public method

Finds the property.
public FindProperty ( string propName ) : IncompatibleProperty
propName string Name of the prop.
return IncompatibleProperty

IncompatibleClass() public method

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

ToString() public method

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