C# Class FDOBrowser.FDOClass

Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

Clone() public method

Clones this instance.
public Clone ( ) : FDOClass
return FDOClass

FDOClass() public method

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

FDOClass() public method

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

FDOClass() public method

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

InitPropsForType() public method

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

IsPropertyDisplayed() public method

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

ToString() public method

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