C# 클래스 FdoToolbox.Core.Feature.IncompatibleProperty

Error object for an incompatible class property
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AddReason() 공개 메소드

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

IncompatibleProperty() 공개 메소드

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

IncompatibleProperty() 공개 메소드

Initializes a new instance of the IncompatibleProperty class.
public IncompatibleProperty ( string name, string reason ) : System
name string The name.
reason string The reason.
리턴 System

ToString() 공개 메소드

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