C# Class FdoToolbox.Core.Feature.IncompatibleClass

Error object for an incompatible feature class
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Adds the property.
public AddProperty ( IncompatibleProperty prop ) : void
prop IncompatibleProperty The prop.
Résultat void

AddReason() public méthode

Adds the reason.
public AddReason ( string reason ) : void
reason string The reason.
Résultat void

FindProperty() public méthode

Finds the property.
public FindProperty ( string propName ) : IncompatibleProperty
propName string Name of the prop.
Résultat IncompatibleProperty

IncompatibleClass() public méthode

Initializes a new instance of the IncompatibleClass class.
public IncompatibleClass ( string name, string reason ) : System
name string The name.
reason string The reason.
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