C# Class SIL.FieldWorks.TE.TeEditorialChecks.DummyListItem

Inheritance: ICheckGridRowObject
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
GetPropValue ( string propName ) : object

Returns the value for the specified property. I would use reflection but that takes more overhead since this will be used in sorting.

Method Details

GetPropValue() public method

Returns the value for the specified property. I would use reflection but that takes more overhead since this will be used in sorting.
public GetPropValue ( string propName ) : object
propName string
return object