C# Class FdoToolbox.Core.Feature.IncompatibleProperty

Error object for an incompatible class property
Mostrar archivo Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

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

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

IncompatibleProperty() public method

Initializes a new instance of the IncompatibleProperty class.
public IncompatibleProperty ( ) : System
return System

IncompatibleProperty() public method

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