C# Класс Accord.Controls.RowNamePropertyDescriptor

Provides an abstraction for array names.
Наследование: System.ComponentModel.PropertyDescriptor
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CanResetValue ( object component ) : bool

Returns false.

GetValue ( object component ) : object

Gets a value from the array.

ResetValue ( object component ) : void

Does nothing.

RowNamePropertyDescriptor ( string name ) : System

Constructs a new Array Property Descriptor.

SetValue ( object component, object value ) : void

Sets a value to the array.

ShouldSerializeValue ( object component ) : bool

Returns false.

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

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

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

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

Gets a value from the array.
public GetValue ( object component ) : object
component object
Результат object

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

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

RowNamePropertyDescriptor() публичный метод

Constructs a new Array Property Descriptor.
public RowNamePropertyDescriptor ( string name ) : System
name string A title for the array.
Результат System

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

Sets a value to the array.
public SetValue ( object component, object value ) : void
component object
value object
Результат void

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

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