C# 클래스 NArrange.Gui.Configuration.ConfigurationElementTypeDescriptionProvider.ElementCollectionPropertyDescriptor

Elements property descriptor.
상속: System.ComponentModel.PropertyDescriptor
파일 보기 프로젝트 열기: MarcStan/NArrange

공개 메소드들

메소드 설명
CanResetValue ( object component ) : bool

Gets a value indicating whether or not the properties value can be reset for the specified component.

ElementCollectionPropertyDescriptor ( PropertyDescriptor originalProperty ) : System

Creates a new ElementCollectionPropertyDescriptor.

GetEditor ( Type editorBaseType ) : object

Gets the editor for this property.

GetValue ( object component ) : object

Gets the property value for the specified component.

ResetValue ( object component ) : void

Resets the value for this property.

SetValue ( object component, object value ) : void

Sets the value for this property.

ShouldSerializeValue ( object component ) : bool

Gets a value indicating whether the property should be serialized by designers.

메소드 상세

CanResetValue() 공개 메소드

Gets a value indicating whether or not the properties value can be reset for the specified component.
public CanResetValue ( object component ) : bool
component object The component to test for reset capability.
리턴 bool

ElementCollectionPropertyDescriptor() 공개 메소드

Creates a new ElementCollectionPropertyDescriptor.
public ElementCollectionPropertyDescriptor ( PropertyDescriptor originalProperty ) : System
originalProperty System.ComponentModel.PropertyDescriptor The original property.
리턴 System

GetEditor() 공개 메소드

Gets the editor for this property.
public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type The base type of editor, which is used to differentiate between multiple editors that a property supports.
리턴 object

GetValue() 공개 메소드

Gets the property value for the specified component.
public GetValue ( object component ) : object
component object The component with the property for which to retrieve the value.
리턴 object

ResetValue() 공개 메소드

Resets the value for this property.
public ResetValue ( object component ) : void
component object The component with the property value that is to be reset to the default value.
리턴 void

SetValue() 공개 메소드

Sets the value for this property.
public SetValue ( object component, object value ) : void
component object The component with the property value that is to be set.
value object The new value.
리턴 void

ShouldSerializeValue() 공개 메소드

Gets a value indicating whether the property should be serialized by designers.
public ShouldSerializeValue ( object component ) : bool
component object The component with the property to be examined for persistence.
리턴 bool