C# Class System.ComponentModel.BindableAttribute

Inheritance: Attribute
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
Default BindableAttribute
No BindableAttribute
Yes BindableAttribute

Méthodes publiques

Méthode Description
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

Method Details

BindableAttribute() public méthode

public BindableAttribute ( BindableSupport flags ) : System
flags BindableSupport
Résultat System

BindableAttribute() public méthode

public BindableAttribute ( BindableSupport flags, BindingDirection direction ) : System
flags BindableSupport
direction BindingDirection
Résultat System

BindableAttribute() public méthode

public BindableAttribute ( bool bindable ) : System
bindable bool
Résultat System

BindableAttribute() public méthode

public BindableAttribute ( bool bindable, BindingDirection direction ) : System
bindable bool
direction BindingDirection
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsDefaultAttribute() public méthode

public IsDefaultAttribute ( ) : bool
Résultat bool

Property Details

Default public_oe static_oe property

public static BindableAttribute,System.ComponentModel Default
Résultat BindableAttribute

No public_oe static_oe property

public static BindableAttribute,System.ComponentModel No
Résultat BindableAttribute

Yes public_oe static_oe property

public static BindableAttribute,System.ComponentModel Yes
Résultat BindableAttribute