C# Класс SIL.FieldWorks.TE.TeEditorialChecks.DummyListItem

Наследование: ICheckGridRowObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetPropValue() публичный Метод

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
Результат object