C# 클래스 Serenity.Data.FieldDescriptor

상속: System.ComponentModel.PropertyDescriptor
파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
CanResetValue ( object component ) : bool
Equals ( object other ) : bool
GetEnumType ( Field field ) : Type
GetHashCode ( ) : int
GetValue ( object component ) : object
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool

비공개 메소드들

메소드 설명
FieldDescriptor ( Field field ) : System

메소드 상세

CanResetValue() 공개 메소드

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

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetEnumType() 공개 정적인 메소드

public static GetEnumType ( Field field ) : Type
field Field
리턴 System.Type

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

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