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

Error object for an incompatible feature schema
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
AddClass ( IncompatibleClass cls ) : void

Adds the class.

IncompatibleSchema ( string name ) : System

Initializes a new instance of the IncompatibleSchema class.

ToString ( ) : string

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

메소드 상세

AddClass() 공개 메소드

Adds the class.
public AddClass ( IncompatibleClass cls ) : void
cls IncompatibleClass The CLS.
리턴 void

IncompatibleSchema() 공개 메소드

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

ToString() 공개 메소드

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