C# 클래스 Accord.Controls.RowNamePropertyDescriptor

Provides an abstraction for array names.
상속: System.ComponentModel.PropertyDescriptor
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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