C# 클래스 System.ComponentModel.BindableAttribute

상속: Attribute
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Default BindableAttribute
No BindableAttribute
Yes BindableAttribute

공개 메소드들

메소드 설명
BindableAttribute ( BindableSupport flags ) : System
BindableAttribute ( BindableSupport flags, BindingDirection direction ) : System
BindableAttribute ( bool bindable ) : System
BindableAttribute ( bool bindable, BindingDirection direction ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

메소드 상세

BindableAttribute() 공개 메소드

public BindableAttribute ( BindableSupport flags ) : System
flags BindableSupport
리턴 System

BindableAttribute() 공개 메소드

public BindableAttribute ( BindableSupport flags, BindingDirection direction ) : System
flags BindableSupport
direction BindingDirection
리턴 System

BindableAttribute() 공개 메소드

public BindableAttribute ( bool bindable ) : System
bindable bool
리턴 System

BindableAttribute() 공개 메소드

public BindableAttribute ( bool bindable, BindingDirection direction ) : System
bindable bool
direction BindingDirection
리턴 System

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsDefaultAttribute() 공개 메소드

public IsDefaultAttribute ( ) : bool
리턴 bool

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static BindableAttribute,System.ComponentModel Default
리턴 BindableAttribute

No 공개적으로 정적으로 프로퍼티

public static BindableAttribute,System.ComponentModel No
리턴 BindableAttribute

Yes 공개적으로 정적으로 프로퍼티

public static BindableAttribute,System.ComponentModel Yes
리턴 BindableAttribute