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

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

공개 메소드들

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

메소드 상세

AddProperty() 공개 메소드

Adds the property.
public AddProperty ( IncompatibleProperty prop ) : void
prop IncompatibleProperty The prop.
리턴 void

AddReason() 공개 메소드

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

FindProperty() 공개 메소드

Finds the property.
public FindProperty ( string propName ) : IncompatibleProperty
propName string Name of the prop.
리턴 IncompatibleProperty

IncompatibleClass() 공개 메소드

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