C# Класс System.ComponentModel.BindableAttribute

Наследование: Attribute
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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