C# 클래스 FDOBrowser.FDOClass

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : FDOClass

Clones this instance.

FDOClass ( ) : System

Initializes a new instance of the T:FDOClass class.

FDOClass ( Type type ) : System

Initializes a new instance of the T:FDOClass class.

FDOClass ( string className ) : System

Initializes a new instance of the T:FDOClass class.

InitPropsForType ( Type type ) : void

Initializes the Properties list for the specified type.

IsPropertyDisplayed ( string propName ) : bool

Determines whether or not the specified property is displayed.

ToString ( ) : string

Returns a T:System.String that represents this instance.

메소드 상세

Clone() 공개 메소드

Clones this instance.
public Clone ( ) : FDOClass
리턴 FDOClass

FDOClass() 공개 메소드

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

FDOClass() 공개 메소드

Initializes a new instance of the T:FDOClass class.
public FDOClass ( Type type ) : System
type System.Type The type.
리턴 System

FDOClass() 공개 메소드

Initializes a new instance of the T:FDOClass class.
public FDOClass ( string className ) : System
className string Name of the class.
리턴 System

InitPropsForType() 공개 메소드

Initializes the Properties list for the specified type.
public InitPropsForType ( Type type ) : void
type System.Type
리턴 void

IsPropertyDisplayed() 공개 메소드

Determines whether or not the specified property is displayed.
public IsPropertyDisplayed ( string propName ) : bool
propName string
리턴 bool

ToString() 공개 메소드

Returns a T:System.String that represents this instance.
public ToString ( ) : string
리턴 string