C# 클래스 Hawkeye.ComponentModel.StaticPropertyPropertyDescriptor

상속: BasePropertyPropertyDescriptor
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
CanResetValue ( object component ) : bool
GetValue ( object component ) : object
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool
StaticPropertyPropertyDescriptor ( Type objectType, PropertyInfo propertyInfo, bool keepOriginalCategoryAttribute = true ) : System

Initializes a new instance of the StaticPropertyPropertyDescriptor class.

보호된 메소드들

메소드 설명
FillAttributes ( IList attributeList ) : void
IsFiltered ( Attribute attribute ) : bool

메소드 상세

CanResetValue() 공개 메소드

public CanResetValue ( object component ) : bool
component object
리턴 bool

FillAttributes() 보호된 메소드

protected FillAttributes ( IList attributeList ) : void
attributeList IList
리턴 void

GetValue() 공개 메소드

public GetValue ( object component ) : object
component object
리턴 object

IsFiltered() 보호된 메소드

protected IsFiltered ( Attribute attribute ) : bool
attribute System.Attribute
리턴 bool

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

StaticPropertyPropertyDescriptor() 공개 메소드

Initializes a new instance of the StaticPropertyPropertyDescriptor class.
public StaticPropertyPropertyDescriptor ( Type objectType, PropertyInfo propertyInfo, bool keepOriginalCategoryAttribute = true ) : System
objectType System.Type Type of the object.
propertyInfo System.Reflection.PropertyInfo The property info.
keepOriginalCategoryAttribute bool if set to true [keep original category attribute].
리턴 System