C# Class System.ComponentModel.BindableAttribute

Inheritance: Attribute
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
Default BindableAttribute
No BindableAttribute
Yes BindableAttribute

Public Methods

Method 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 method

public BindableAttribute ( BindableSupport flags ) : System
flags BindableSupport
return System

BindableAttribute() public method

public BindableAttribute ( BindableSupport flags, BindingDirection direction ) : System
flags BindableSupport
direction BindingDirection
return System

BindableAttribute() public method

public BindableAttribute ( bool bindable ) : System
bindable bool
return System

BindableAttribute() public method

public BindableAttribute ( bool bindable, BindingDirection direction ) : System
bindable bool
direction BindingDirection
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool

Property Details

Default public_oe static_oe property

public static BindableAttribute,System.ComponentModel Default
return BindableAttribute

No public_oe static_oe property

public static BindableAttribute,System.ComponentModel No
return BindableAttribute

Yes public_oe static_oe property

public static BindableAttribute,System.ComponentModel Yes
return BindableAttribute