C# Класс LumenWorks.Framework.IO.Csv.CsvPropertyDescriptor

Represents a CSV field property descriptor.
Наследование: System.ComponentModel.PropertyDescriptor
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CanResetValue ( object component ) : bool
CsvPropertyDescriptor ( string fieldName, int index ) : System

Initializes a new instance of the CsvPropertyDescriptor class.

GetValue ( object component ) : object
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool

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

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

public CanResetValue ( object component ) : bool
component object
Результат bool

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

Initializes a new instance of the CsvPropertyDescriptor class.
public CsvPropertyDescriptor ( string fieldName, int index ) : System
fieldName string The field name.
index int The field index.
Результат System

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

public GetValue ( object component ) : object
component object
Результат object

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

public ResetValue ( object component ) : void
component object
Результат void

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

public SetValue ( object component, object value ) : void
component object
value object
Результат void

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

public ShouldSerializeValue ( object component ) : bool
component object
Результат bool