C# Class System.ComponentModel.ListBindableAttribute

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

Public Properties

Property Type Description
Default ListBindableAttribute
No ListBindableAttribute
Yes ListBindableAttribute

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool
ListBindableAttribute ( BindableSupport flags ) : System
ListBindableAttribute ( bool listBindable ) : System

Method Details

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

ListBindableAttribute() public method

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

ListBindableAttribute() public method

public ListBindableAttribute ( bool listBindable ) : System
listBindable bool
return System

Property Details

Default public static property

public static ListBindableAttribute,System.ComponentModel Default
return ListBindableAttribute

No public static property

public static ListBindableAttribute,System.ComponentModel No
return ListBindableAttribute

Yes public static property

public static ListBindableAttribute,System.ComponentModel Yes
return ListBindableAttribute