C# Class FdoToolbox.Core.Feature.IncompatibleProperty

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

Méthodes publiques

Méthode Description
AddReason ( string propReason ) : void

Adds the reason.

IncompatibleProperty ( ) : System

Initializes a new instance of the IncompatibleProperty class.

IncompatibleProperty ( string name, string reason ) : System

Initializes a new instance of the IncompatibleProperty class.

ToString ( ) : string

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

Method Details

AddReason() public méthode

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

IncompatibleProperty() public méthode

Initializes a new instance of the IncompatibleProperty class.
public IncompatibleProperty ( ) : System
Résultat System

IncompatibleProperty() public méthode

Initializes a new instance of the IncompatibleProperty class.
public IncompatibleProperty ( 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